diff options
-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> |