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

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 29 13:21:02 EDT 2017


Revision: 22663
          http://svnweb.midnightbsd.org/mports/?rev=22663
Author:   laffer1
Date:     2017-09-29 13:21:02 -0400 (Fri, 29 Sep 2017)
Log Message:
-----------
fix plist

Modified Paths:
--------------
    trunk/x11/xeyes/Makefile
    trunk/x11/xfindproxy/Makefile
    trunk/x11/xfwp/Makefile

Modified: trunk/x11/xeyes/Makefile
===================================================================
--- trunk/x11/xeyes/Makefile	2017-09-29 17:20:56 UTC (rev 22662)
+++ trunk/x11/xeyes/Makefile	2017-09-29 17:21:02 UTC (rev 22663)
@@ -11,8 +11,6 @@
 XORG_CAT=	app
 USE_XORG=	x11 xt xext xmu xrender
 
-PLIST_FILES=	bin/xeyes
+PLIST_FILES=	bin/xeyes man/man1/xeyes.1.gz
 
-MAN1=		xeyes.1
-
 .include <bsd.port.mk>

Modified: trunk/x11/xfindproxy/Makefile
===================================================================
--- trunk/x11/xfindproxy/Makefile	2017-09-29 17:20:56 UTC (rev 22662)
+++ trunk/x11/xfindproxy/Makefile	2017-09-29 17:21:02 UTC (rev 22663)
@@ -13,8 +13,6 @@
 XORG_CAT=	app
 USE_XORG=	x11 ice xt xproxymngproto
 
-PLIST_FILES=	bin/xfindproxy
+PLIST_FILES=	bin/xfindproxy man/man1/xfindproxy.1.gz
 
-MAN1=		xfindproxy.1
-
 .include <bsd.port.mk>

Modified: trunk/x11/xfwp/Makefile
===================================================================
--- trunk/x11/xfwp/Makefile	2017-09-29 17:20:56 UTC (rev 22662)
+++ trunk/x11/xfwp/Makefile	2017-09-29 17:21:02 UTC (rev 22663)
@@ -12,8 +12,6 @@
 XORG_CAT=	app
 USE_XORG=	x11 ice xproxymngproto
 
-PLIST_FILES=	bin/xfwp
+PLIST_FILES=	bin/xfwp man/man1/xfwp.1.gz
 
-MAN1=		xfwp.1
-
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list