From 92e79a05085ba846698da792f7aabbb15eb221b5 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Sat, 26 Oct 2013 09:07:38 +0000 Subject: Support staging. --- games/ctris/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'games') 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 -- cgit v1.2.3