svn commit: r332076 - head/games/bugsx
Danilo Egea Gondolfo
danilo at FreeBSD.org
Wed Oct 30 06:17:47 UTC 2013
Author: danilo
Date: Wed Oct 30 06:17:46 2013
New Revision: 332076
URL: http://svnweb.freebsd.org/changeset/ports/332076
Log:
- Add stage support
- Add LICENSE
Modified:
head/games/bugsx/Makefile
Modified: head/games/bugsx/Makefile
==============================================================================
--- head/games/bugsx/Makefile Wed Oct 30 06:13:05 2013 (r332075)
+++ head/games/bugsx/Makefile Wed Oct 30 06:17:46 2013 (r332076)
@@ -13,14 +13,14 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports at 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>
More information about the svn-ports-head
mailing list