svn commit: r336397 - head/x11/xcmd

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 23:51:18 UTC 2013


Author: bapt
Date: Fri Dec 13 23:51:18 2013
New Revision: 336397
URL: http://svnweb.freebsd.org/changeset/ports/336397

Log:
  Support stage

Modified:
  head/x11/xcmd/Makefile

Modified: head/x11/xcmd/Makefile
==============================================================================
--- head/x11/xcmd/Makefile	Fri Dec 13 23:50:03 2013	(r336396)
+++ head/x11/xcmd/Makefile	Fri Dec 13 23:51:18 2013	(r336397)
@@ -15,9 +15,7 @@ COMMENT=	Xcmd is a front-end for startin
 USES=		imake
 USE_XORG=	ice sm x11 xext xmu xt
 
-MANCOMPRESSED=	yes
-MAN1=		xcmd.1
-PLIST_FILES=	bin/xcmd
+PLIST_FILES=	bin/xcmd \
+		man/man1/xcmd.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list