aboutsummaryrefslogtreecommitdiff
path: root/games/quake2-rogue
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-07-03 22:33:15 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-07-03 22:33:15 +0000
commit968bd1f4fd5f2aa9ca2854e78210c37588ed447f (patch)
treebb24b232587e2edeaeec939f05475512c80f9398 /games/quake2-rogue
parent3ffc8a26ac95b4787aefa3c33fc965292b1a3df7 (diff)
downloadports-968bd1f4fd5f2aa9ca2854e78210c37588ed447f.tar.gz
ports-968bd1f4fd5f2aa9ca2854e78210c37588ed447f.zip
games/quake2-rogue: support stage
Notes
Notes: svn path=/head/; revision=360477
Diffstat (limited to 'games/quake2-rogue')
-rw-r--r--games/quake2-rogue/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/games/quake2-rogue/Makefile b/games/quake2-rogue/Makefile
index 2709282ab444..f7c3728dc9ff 100644
--- a/games/quake2-rogue/Makefile
+++ b/games/quake2-rogue/Makefile
@@ -19,7 +19,6 @@ SUB_FILES= pkg-message
PLIST_FILES= %%Q2DIR%%/${PORTNAME}/game.so
PLIST_DIRS= %%Q2DIR%%/${PORTNAME}
-NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKDIR}
@cd ${WRKDIR} && uncompress -c ${DISTDIR}/${DISTFILES} | \
@@ -33,13 +32,8 @@ post-patch:
@${REINPLACE_CMD} -e 's/__linux__/__unix__/' ${WRKSRC}/q_shared.[ch]
do-install:
- @${MKDIR} ${Q2DIR}/${PORTNAME}
- ${INSTALL_PROGRAM} ${WRKSRC}/game.so ${Q2DIR}/${PORTNAME}
-
-post-install:
- @${ECHO_CMD}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_CMD}
+ @${MKDIR} ${STAGEDIR}${Q2DIR}/${PORTNAME}
+ ${INSTALL_PROGRAM} ${WRKSRC}/game.so ${STAGEDIR}${Q2DIR}/${PORTNAME}
.include "${.CURDIR}/../quake2-data/Makefile.include"
.include <bsd.port.mk>