diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-30 06:17:46 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-30 06:17:46 +0000 |
commit | 7960939d1dc51f6027f717046ae1c5493cb75805 (patch) | |
tree | 1a30bbefe9731d2a669b1b11d4e88b4fd4a6d72d | |
parent | f432e1260c3bd09c2df7d6c7a673c7d8a74f3dce (diff) | |
download | ports-7960939d1dc51f6027f717046ae1c5493cb75805.tar.gz ports-7960939d1dc51f6027f717046ae1c5493cb75805.zip |
Notes
-rw-r--r-- | games/bugsx/Makefile | 8 |
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> |