svn commit: r332342 - head/games/eights
Danilo Egea Gondolfo
danilo at FreeBSD.org
Fri Nov 1 03:31:43 UTC 2013
Author: danilo
Date: Fri Nov 1 03:31:42 2013
New Revision: 332342
URL: http://svnweb.freebsd.org/changeset/ports/332342
Log:
- Add stage support
Modified:
head/games/eights/Makefile
Modified: head/games/eights/Makefile
==============================================================================
--- head/games/eights/Makefile Fri Nov 1 03:25:44 2013 (r332341)
+++ head/games/eights/Makefile Fri Nov 1 03:31:42 2013 (r332342)
@@ -13,11 +13,10 @@ COMMENT= Text based card game, the objec
NO_WRKSUBDIR= yes
PLIST_FILES= bin/eights
-NO_STAGE= yes
do-build:
@cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list