aboutsummaryrefslogtreecommitdiffstats
path: root/games/exhaust
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-11-01 21:20:18 +0800
committerdanilo <danilo@FreeBSD.org>2013-11-01 21:20:18 +0800
commit0ba911306708e35a0e280b94c63fdb599c081899 (patch)
treecb652203895dd5f7c5c8d789c186d4b5ff4bf0fd /games/exhaust
parentdae726bada9fce3d4a74675194cde417f6fda17b (diff)
downloadfreebsd-ports-gnome-0ba911306708e35a0e280b94c63fdb599c081899.tar.gz
freebsd-ports-gnome-0ba911306708e35a0e280b94c63fdb599c081899.tar.zst
freebsd-ports-gnome-0ba911306708e35a0e280b94c63fdb599c081899.zip
- Add stage support
Diffstat (limited to 'games/exhaust')
-rw-r--r--games/exhaust/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/exhaust/Makefile b/games/exhaust/Makefile
index 1df2c7fc7997..cd391653fc1c 100644
--- a/games/exhaust/Makefile
+++ b/games/exhaust/Makefile
@@ -11,11 +11,7 @@ COMMENT= Redcode simulator easy to embed into applications
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
do-install:
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
- @${ECHO_CMD}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_CMD}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>