aboutsummaryrefslogtreecommitdiff
path: root/games/meqcc
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2014-03-17 09:26:43 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2014-03-17 09:26:43 +0000
commit808a500da38dbb7e58c04f48211401cb9491d29b (patch)
tree8c555b0918bb3e25a09ee087d8bf2d33c77383dc /games/meqcc
parentd1a1c83626af067fb4e59119f31cf0dfa9462b05 (diff)
downloadports-808a500da38dbb7e58c04f48211401cb9491d29b.tar.gz
ports-808a500da38dbb7e58c04f48211401cb9491d29b.zip
Stagify QuakeC compiler ports.
Notes
Notes: svn path=/head/; revision=348453
Diffstat (limited to 'games/meqcc')
-rw-r--r--games/meqcc/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/games/meqcc/Makefile b/games/meqcc/Makefile
index 1cf359d11776..07fcc4796387 100644
--- a/games/meqcc/Makefile
+++ b/games/meqcc/Makefile
@@ -22,7 +22,6 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
@@ -32,11 +31,9 @@ post-patch:
${WRKSRC}/l_precomp.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/qcc ${PREFIX}/bin/${PORTNAME}
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/[^gr]*.txt ${DOCSDIR}
-.endif
+ ${INSTALL_PROGRAM} ${WRKSRC}/qcc ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/[^gr]*.txt ${STAGEDIR}${DOCSDIR}
.include "${.CURDIR}/../quake-source/Makefile.include"
.include <bsd.port.mk>