aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-10-30 14:17:46 +0800
committerdanilo <danilo@FreeBSD.org>2013-10-30 14:17:46 +0800
commitba1750ba21623c09c17671b649c73c147f022b6b (patch)
tree1a30bbefe9731d2a669b1b11d4e88b4fd4a6d72d /games
parent1f3214a5dc334b632694f54070ef56584bf0e7f8 (diff)
downloadfreebsd-ports-gnome-ba1750ba21623c09c17671b649c73c147f022b6b.tar.gz
freebsd-ports-gnome-ba1750ba21623c09c17671b649c73c147f022b6b.tar.zst
freebsd-ports-gnome-ba1750ba21623c09c17671b649c73c147f022b6b.zip
- Add stage support
- Add LICENSE
Diffstat (limited to 'games')
-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>