[Midnightbsd-cvs] mports [22638] trunk/x11: fix some apps

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 29 08:55:51 EDT 2017


Revision: 22638
          http://svnweb.midnightbsd.org/mports/?rev=22638
Author:   laffer1
Date:     2017-09-29 08:55:51 -0400 (Fri, 29 Sep 2017)
Log Message:
-----------
fix some apps

Modified Paths:
--------------
    trunk/x11/xcalc/Makefile
    trunk/x11/xcalc/pkg-plist
    trunk/x11/xcmsdb/Makefile
    trunk/x11/xev/Makefile
    trunk/x11/xgamma/Makefile
    trunk/x11/xgc/Makefile
    trunk/x11/xgc/pkg-plist
    trunk/x11/xhost/Makefile
    trunk/x11/xinput/Makefile

Modified: trunk/x11/xcalc/Makefile
===================================================================
--- trunk/x11/xcalc/Makefile	2017-09-29 12:53:14 UTC (rev 22637)
+++ trunk/x11/xcalc/Makefile	2017-09-29 12:55:51 UTC (rev 22638)
@@ -16,6 +16,4 @@
 XORG_CAT=	app
 USE_XORG=	xt xaw
 
-MAN1=		xcalc.1
-
 .include <bsd.port.mk>

Modified: trunk/x11/xcalc/pkg-plist
===================================================================
--- trunk/x11/xcalc/pkg-plist	2017-09-29 12:53:14 UTC (rev 22637)
+++ trunk/x11/xcalc/pkg-plist	2017-09-29 12:55:51 UTC (rev 22638)
@@ -1,5 +1,4 @@
 bin/xcalc
+man/man1/xcalc.1.gz
 share/X11/app-defaults/XCalc
 share/X11/app-defaults/XCalc-color
- at dirrmtry share/X11/app-defaults
- at dirrmtry share/X11

Modified: trunk/x11/xcmsdb/Makefile
===================================================================
--- trunk/x11/xcmsdb/Makefile	2017-09-29 12:53:14 UTC (rev 22637)
+++ trunk/x11/xcmsdb/Makefile	2017-09-29 12:55:51 UTC (rev 22638)
@@ -6,13 +6,12 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Device Color Characterization utility for X
+
 LICENSE=	mit
 
 XORG_CAT=	app
 USE_XORG=	x11
 
-PLIST_FILES=	bin/xcmsdb
+PLIST_FILES=	bin/xcmsdb man/man1/xcmsdb.1.gz
 
-MAN1=		xcmsdb.1
-
 .include <bsd.port.mk>

Modified: trunk/x11/xev/Makefile
===================================================================
--- trunk/x11/xev/Makefile	2017-09-29 12:53:14 UTC (rev 22637)
+++ trunk/x11/xev/Makefile	2017-09-29 12:55:51 UTC (rev 22638)
@@ -6,13 +6,12 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Print contents of X events
+
 LICENSE=	mit
 
 XORG_CAT=	app
 USE_XORG=	x11 xrandr
 
-PLIST_FILES=	bin/xev
+PLIST_FILES=	bin/xev man/man1/xev.1.gz
 
-MAN1=		xev.1
-
 .include <bsd.port.mk>

Modified: trunk/x11/xgamma/Makefile
===================================================================
--- trunk/x11/xgamma/Makefile	2017-09-29 12:53:14 UTC (rev 22637)
+++ trunk/x11/xgamma/Makefile	2017-09-29 12:55:51 UTC (rev 22638)
@@ -6,13 +6,12 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Gamma correction through the X server.
+
 LICENSE=	mit
 
 XORG_CAT=	app
 USE_XORG=	x11 xxf86vm
 
-PLIST_FILES=	bin/xgamma
+PLIST_FILES=	bin/xgamma man/man1/xgamma.1.gz
 
-MAN1=		xgamma.1
-
 .include <bsd.port.mk>

Modified: trunk/x11/xgc/Makefile
===================================================================
--- trunk/x11/xgc/Makefile	2017-09-29 12:53:14 UTC (rev 22637)
+++ trunk/x11/xgc/Makefile	2017-09-29 12:55:51 UTC (rev 22638)
@@ -6,11 +6,10 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	X graphics demo
+
 LICENSE=	mit
 
 XORG_CAT=	app
 USE_XORG=	xt xaw
 
-MAN1=		xgc.1
-
 .include <bsd.port.mk>

Modified: trunk/x11/xgc/pkg-plist
===================================================================
--- trunk/x11/xgc/pkg-plist	2017-09-29 12:53:14 UTC (rev 22637)
+++ trunk/x11/xgc/pkg-plist	2017-09-29 12:55:51 UTC (rev 22638)
@@ -1,5 +1,4 @@
 bin/xgc
+man/man1/xgc.1.gz
 share/X11/app-defaults/Xgc
 share/X11/app-defaults/Xgc-color
- at dirrmtry share/X11/app-defaults
- at dirrmtry share/X11

Modified: trunk/x11/xhost/Makefile
===================================================================
--- trunk/x11/xhost/Makefile	2017-09-29 12:53:14 UTC (rev 22637)
+++ trunk/x11/xhost/Makefile	2017-09-29 12:55:51 UTC (rev 22638)
@@ -6,13 +6,12 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Server access control program for X
+
 LICENSE=	mit
 
 XORG_CAT=	app
 USE_XORG=	x11 xmuu xau
 
-PLIST_FILES=	bin/xhost
+PLIST_FILES=	bin/xhost man/man1/xhost.1.gz
 
-MAN1=		xhost.1
-
 .include <bsd.port.mk>

Modified: trunk/x11/xinput/Makefile
===================================================================
--- trunk/x11/xinput/Makefile	2017-09-29 12:53:14 UTC (rev 22637)
+++ trunk/x11/xinput/Makefile	2017-09-29 12:55:51 UTC (rev 22638)
@@ -12,8 +12,6 @@
 XORG_CAT=	app
 USE_XORG=	inputproto x11 xi xext xrandr xinerama
 
-PLIST_FILES=	bin/xinput
+PLIST_FILES=	bin/xinput man/man1/xinput.1.gz
 
-MAN1=		xinput.1
-
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list