[Midnightbsd-cvs] mports [17079] trunk/x11-wm/xcompmgr/Makefile: fix man install on xcompmgr

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 13 23:10:36 EDT 2014


Revision: 17079
          http://svnweb.midnightbsd.org/mports/?rev=17079
Author:   laffer1
Date:     2014-09-13 23:10:35 -0400 (Sat, 13 Sep 2014)
Log Message:
-----------
fix man install on xcompmgr

Modified Paths:
--------------
    trunk/x11-wm/xcompmgr/Makefile

Modified: trunk/x11-wm/xcompmgr/Makefile
===================================================================
--- trunk/x11-wm/xcompmgr/Makefile	2014-09-14 03:09:55 UTC (rev 17078)
+++ trunk/x11-wm/xcompmgr/Makefile	2014-09-14 03:10:35 UTC (rev 17079)
@@ -2,10 +2,11 @@
 
 PORTNAME=	xcompmgr
 PORTVERSION=	1.1.6
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A sample X compositing manager
+COMMENT=	Sample X compositing manager
 
 LICENSE=	mit
 
@@ -12,8 +13,6 @@
 XORG_CAT=	app
 USE_XORG=	x11 xcomposite xfixes xdamage xrender
 
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
-MAN1=		xcompmgr.1
-
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list