svn commit: r336402 - head/x11/xantfarm

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 23:57:07 UTC 2013


Author: bapt
Date: Fri Dec 13 23:57:05 2013
New Revision: 336402
URL: http://svnweb.freebsd.org/changeset/ports/336402

Log:
  Support stage

Modified:
  head/x11/xantfarm/Makefile

Modified: head/x11/xantfarm/Makefile
==============================================================================
--- head/x11/xantfarm/Makefile	Fri Dec 13 23:56:45 2013	(r336401)
+++ head/x11/xantfarm/Makefile	Fri Dec 13 23:57:05 2013	(r336402)
@@ -14,8 +14,7 @@ COMMENT=	Ant hill simulation on X11 root
 WRKSRC=		${WRKDIR}/xantfarm
 USES=		imake
 USE_XORG=	x11 xext xt
-MAN1=		xantfarm.1
-PLIST_FILES=	bin/xantfarm
+PLIST_FILES=	bin/xantfarm \
+		man/man1/xantfarm.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list