Date: Wed, 30 Oct 2013 06:17:47 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332076 - head/games/bugsx Message-ID: <201310300617.r9U6Hl6m038978@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310300617.r9U6Hl6m038978>