svn commit: r331666 - head/games/ctris
Emanuel Haupt
ehaupt at FreeBSD.org
Sat Oct 26 09:07:39 UTC 2013
Author: ehaupt
Date: Sat Oct 26 09:07:38 2013
New Revision: 331666
URL: http://svnweb.freebsd.org/changeset/ports/331666
Log:
Support staging.
Modified:
head/games/ctris/Makefile
Modified: head/games/ctris/Makefile
==============================================================================
--- head/games/ctris/Makefile Sat Oct 26 09:01:51 2013 (r331665)
+++ head/games/ctris/Makefile Sat Oct 26 09:07:38 2013 (r331666)
@@ -13,18 +13,16 @@ COMMENT= Colorized, small, and flexible
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>
More information about the svn-ports-all
mailing list