aboutsummaryrefslogtreecommitdiff
path: root/games/banihstypos
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2013-12-27 13:08:28 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2013-12-27 13:08:28 +0000
commitf20536806aa576e235d8a542b8185b02e4d92504 (patch)
treebffb1605ebab4577fdbe96b3b641f7e59ed4c40c /games/banihstypos
parentcc06205351d484e6e668482fd3aa4aea25ef0d0d (diff)
downloadports-f20536806aa576e235d8a542b8185b02e4d92504.tar.gz
ports-f20536806aa576e235d8a542b8185b02e4d92504.zip
- Support STAGE
Notes
Notes: svn path=/head/; revision=337727
Diffstat (limited to 'games/banihstypos')
-rw-r--r--games/banihstypos/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/games/banihstypos/Makefile b/games/banihstypos/Makefile
index a1794052a9d2..08991ad41f14 100644
--- a/games/banihstypos/Makefile
+++ b/games/banihstypos/Makefile
@@ -16,16 +16,17 @@ SUB_LIST= PORTNAME=${PORTNAME}
PLIST_FILES= bin/banihstypos
+.include <bsd.port.options.mk>
+
+.if ! ${PORT_OPTIONS:MDOCS}
PORTDOCS= readme.txt
+.endif
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/banihstypos ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/banihstypos ${STAGEDIR}${PREFIX}/bin
+.if ! ${PORT_OPTIONS:MDOCS}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
.endif
-post-install:
- @${ECHO_MSG}; ${CAT} ${PKGMESSAGE}; ${ECHO_MSG}
.include <bsd.port.mk>