svn commit: r333609 - head/games/tycho
Danilo Egea Gondolfo
danilo at FreeBSD.org
Tue Nov 12 19:47:08 UTC 2013
Author: danilo
Date: Tue Nov 12 19:47:07 2013
New Revision: 333609
URL: http://svnweb.freebsd.org/changeset/ports/333609
Log:
- Convert USE_GMAKE to USES
- Add stage support
Modified:
head/games/tycho/Makefile
Modified: head/games/tycho/Makefile
==============================================================================
--- head/games/tycho/Makefile Tue Nov 12 19:45:08 2013 (r333608)
+++ head/games/tycho/Makefile Tue Nov 12 19:47:07 2013 (r333609)
@@ -12,15 +12,14 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Program to gather data (statistics) on Core War warriors
USE_BZIP2= yes
-USE_GMAKE= yes
+USES= gmake
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/tycho \
bin/tycho-exstat
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/exstat ${PREFIX}/bin/${PORTNAME}-exstat
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/exstat ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-exstat
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list