aboutsummaryrefslogtreecommitdiff
path: root/games/bugsx
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-30 06:17:46 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-30 06:17:46 +0000
commit7960939d1dc51f6027f717046ae1c5493cb75805 (patch)
tree1a30bbefe9731d2a669b1b11d4e88b4fd4a6d72d /games/bugsx
parentf432e1260c3bd09c2df7d6c7a673c7d8a74f3dce (diff)
downloadports-7960939d1dc51f6027f717046ae1c5493cb75805.tar.gz
ports-7960939d1dc51f6027f717046ae1c5493cb75805.zip
- Add stage support
- Add LICENSE
Notes
Notes: svn path=/head/; revision=332076
Diffstat (limited to 'games/bugsx')
-rw-r--r--games/bugsx/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/bugsx/Makefile b/games/bugsx/Makefile
index e8af32209c32..1ae2a554a349 100644
--- a/games/bugsx/Makefile
+++ b/games/bugsx/Makefile
@@ -13,14 +13,14 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Breed bugs using genetic algorithms
+LICENSE= GPLv1
+
USES= imake
USE_XORG= x11 xext
WRKSRC= ${WRKDIR}/bugsx
-MAN1= bugsx.1
-PLIST_FILES= bin/bugsx
+PLIST_FILES= bin/bugsx man/man1/bugsx.1.gz
-NO_STAGE= yes
post-install:
- ${STRIP_CMD} ${PREFIX}/bin/bugsx
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bugsx
.include <bsd.port.mk>