diff options
author | wg <wg@FreeBSD.org> | 2014-07-04 06:43:38 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-07-04 06:43:38 +0800 |
commit | 2241f97e3a7bf645a0d8de1a13bbda8e1b79b8fb (patch) | |
tree | 0708f4755ecff07a1866e0a1a4ca9531386e6d4a /games | |
parent | d3ba3fa5a74d95ceaa399e9e27a3cb392dd21117 (diff) | |
download | freebsd-ports-gnome-2241f97e3a7bf645a0d8de1a13bbda8e1b79b8fb.tar.gz freebsd-ports-gnome-2241f97e3a7bf645a0d8de1a13bbda8e1b79b8fb.tar.zst freebsd-ports-gnome-2241f97e3a7bf645a0d8de1a13bbda8e1b79b8fb.zip |
games/quake2-xatrix: support stage
Diffstat (limited to 'games')
-rw-r--r-- | games/quake2-xatrix/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/games/quake2-xatrix/Makefile b/games/quake2-xatrix/Makefile index 70a54dcedc34..3f1b09e476a5 100644 --- a/games/quake2-xatrix/Makefile +++ b/games/quake2-xatrix/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} | \ @@ -32,13 +31,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> |