svn commit: r333949 - head/games/xroach

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Nov 16 00:44:03 UTC 2013


Author: danilo
Date: Sat Nov 16 00:44:02 2013
New Revision: 333949
URL: http://svnweb.freebsd.org/changeset/ports/333949

Log:
  - Add stage support

Modified:
  head/games/xroach/Makefile

Modified: head/games/xroach/Makefile
==============================================================================
--- head/games/xroach/Makefile	Sat Nov 16 00:38:28 2013	(r333948)
+++ head/games/xroach/Makefile	Sat Nov 16 00:44:02 2013	(r333949)
@@ -12,12 +12,13 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Cockroaches hide under your windows
 
 USE_XORG=	x11
-MAN6=		xroach.6
-MANCOMPRESSED=	maybe
-PLIST_FILES=	bin/xroach
+PLIST_FILES=	bin/xroach man/man6/xroach.6.gz
 
 IGNOREFILES=	${DISTFILES}
 WRKSRC=		${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xroach
 
-NO_STAGE=	yes
+do-install:
+	${INSTALL_PROGRAM} -s ${WRKSRC}/xroach ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/xroach.6 ${STAGEDIR}${MAN6PREFIX}/man/man6
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list