diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-01 11:31:42 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-01 11:31:42 +0800 |
commit | 3b8c443b612cee0f806a226365cc252ccf0432f4 (patch) | |
tree | b6fb0507bcf217c07eba9de035d14afcf89f042b /games/eights | |
parent | 6cfc0a39ec00248f7c101fa98ffe7ba6473cb678 (diff) | |
download | freebsd-ports-gnome-3b8c443b612cee0f806a226365cc252ccf0432f4.tar.gz freebsd-ports-gnome-3b8c443b612cee0f806a226365cc252ccf0432f4.tar.zst freebsd-ports-gnome-3b8c443b612cee0f806a226365cc252ccf0432f4.zip |
- Add stage support
Diffstat (limited to 'games/eights')
-rw-r--r-- | games/eights/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/eights/Makefile b/games/eights/Makefile index 5d18d4f42477..2946a768c601 100644 --- a/games/eights/Makefile +++ b/games/eights/Makefile @@ -13,11 +13,10 @@ COMMENT= Text based card game, the objective is to get rid of all your cards 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> |