aboutsummaryrefslogtreecommitdiff
path: root/games/eights/Makefile
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-01 03:31:42 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-01 03:31:42 +0000
commit9c0aabfff0e0cd5243984f7c6d69220e8a90b758 (patch)
treeb6fb0507bcf217c07eba9de035d14afcf89f042b /games/eights/Makefile
parent7089eb79c907d7c1f1368ae0136129b5269898bf (diff)
downloadports-9c0aabfff0e0cd5243984f7c6d69220e8a90b758.tar.gz
ports-9c0aabfff0e0cd5243984f7c6d69220e8a90b758.zip
Notes
Diffstat (limited to 'games/eights/Makefile')
-rw-r--r--games/eights/Makefile3
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>