aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-10-26 17:07:38 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-10-26 17:07:38 +0800
commitb3f93c0f0b03986bd59a07d83d8ced31ca723df5 (patch)
tree1b2a34f0a4c4457524a1efa2d88563b784d41b33
parenta8b128e4918d57e3c8de6b045fb8da44b0114ac3 (diff)
downloadfreebsd-ports-gnome-b3f93c0f0b03986bd59a07d83d8ced31ca723df5.tar.gz
freebsd-ports-gnome-b3f93c0f0b03986bd59a07d83d8ced31ca723df5.tar.zst
freebsd-ports-gnome-b3f93c0f0b03986bd59a07d83d8ced31ca723df5.zip
Support staging.
-rw-r--r--games/ctris/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/ctris/Makefile b/games/ctris/Makefile
index 6270a22fbc5e..643f4fce0626 100644
--- a/games/ctris/Makefile
+++ b/games/ctris/Makefile
@@ -13,18 +13,16 @@ COMMENT= Colorized, small, and flexible Tetris(TM)-clone for the console
LICENSE= GPLv2
USE_BZIP2= yes
-MANCOMPRESSED= yes
-MAN6= ctris.6
-PLIST_FILES= bin/ctris
+PLIST_FILES= bin/ctris man/man6/ctris.6.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s|gcc|${CC}|" -e "s|CFLAGS=.*|CFLAGS+=-Wall|" \
${WRKSRC}/Makefile
do-install:
- ${INSTALL_MAN} ${WRKSRC}/ctris.6.gz ${PREFIX}/man/man6/ctris.6.gz
- ${INSTALL_PROGRAM} ${WRKSRC}/ctris ${PREFIX}/bin/ctris
+ ${INSTALL_MAN} ${WRKSRC}/ctris.6.gz \
+ ${STAGEDIR}${PREFIX}/man/man6/ctris.6.gz
+ ${INSTALL_PROGRAM} ${WRKSRC}/ctris ${STAGEDIR}${PREFIX}/bin/ctris
.include <bsd.port.mk>