[Midnightbsd-cvs] mports [16289] trunk/x11/xkbcomp/Makefile: add man page

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 13 19:57:47 EDT 2014


Revision: 16289
          http://svnweb.midnightbsd.org/mports/?rev=16289
Author:   laffer1
Date:     2014-04-13 19:57:46 -0400 (Sun, 13 Apr 2014)
Log Message:
-----------
add man page

Modified Paths:
--------------
    trunk/x11/xkbcomp/Makefile

Modified: trunk/x11/xkbcomp/Makefile
===================================================================
--- trunk/x11/xkbcomp/Makefile	2014-04-13 23:56:28 UTC (rev 16288)
+++ trunk/x11/xkbcomp/Makefile	2014-04-13 23:57:46 UTC (rev 16289)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xkbcomp
 PORTVERSION=	1.2.4
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -11,11 +12,10 @@
 
 XORG_CAT=	app
 USE_XORG=	x11 xkbfile
-USES=		pathfix
+USES=		pathfix tar:bzip2
 
 PLIST_FILES=	bin/xkbcomp \
-		libdata/pkgconfig/xkbcomp.pc
+		libdata/pkgconfig/xkbcomp.pc \
+		man/man1/xkbcomp.1.gz
 
-MAN1=		xkbcomp.1
-
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list