diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-16 08:44:02 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-16 08:44:02 +0800 |
commit | cdb0839c2c29c936609cec7fa147460d7086a94c (patch) | |
tree | 78a33c8dcdbd5066ab58b1f371b2adfa8a042efb /games | |
parent | 18662feb40061d99dd00b0ad4438c3bb6047315a (diff) | |
download | freebsd-ports-gnome-cdb0839c2c29c936609cec7fa147460d7086a94c.tar.gz freebsd-ports-gnome-cdb0839c2c29c936609cec7fa147460d7086a94c.tar.zst freebsd-ports-gnome-cdb0839c2c29c936609cec7fa147460d7086a94c.zip |
- Add stage support
Diffstat (limited to 'games')
-rw-r--r-- | games/xroach/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/xroach/Makefile b/games/xroach/Makefile index 5436b546128d..3107338aa440 100644 --- a/games/xroach/Makefile +++ b/games/xroach/Makefile @@ -12,12 +12,13 @@ MAINTAINER= ports@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> |