aboutsummaryrefslogtreecommitdiff
path: root/games/exhaust
diff options
context:
space:
mode:
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>