[Midnightbsd-cvs] mports [18804] trunk/x11/xfd: fix plist

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon May 4 22:10:47 EDT 2015


Revision: 18804
          http://svnweb.midnightbsd.org/mports/?rev=18804
Author:   laffer1
Date:     2015-05-04 22:10:47 -0400 (Mon, 04 May 2015)
Log Message:
-----------
fix plist

Modified Paths:
--------------
    trunk/x11/xfd/Makefile
    trunk/x11/xfd/pkg-plist

Modified: trunk/x11/xfd/Makefile
===================================================================
--- trunk/x11/xfd/Makefile	2015-05-05 00:13:25 UTC (rev 18803)
+++ trunk/x11/xfd/Makefile	2015-05-05 02:10:47 UTC (rev 18804)
@@ -6,9 +6,10 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Display all characters in an X font
+
 LICENSE=	mit
 
-LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 BUILD_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 
@@ -15,6 +16,4 @@
 XORG_CAT=	app
 USE_XORG=	xft xt xaw
 
-MAN1=		xfd.1
-
 .include <bsd.port.mk>

Modified: trunk/x11/xfd/pkg-plist
===================================================================
--- trunk/x11/xfd/pkg-plist	2015-05-05 00:13:25 UTC (rev 18803)
+++ trunk/x11/xfd/pkg-plist	2015-05-05 02:10:47 UTC (rev 18804)
@@ -1,4 +1,3 @@
 bin/xfd
+man/man1/xfd.1.gz
 share/X11/app-defaults/Xfd
- at dirrmtry share/X11/app-defaults
- at dirrmtry share/X11



More information about the Midnightbsd-cvs mailing list