From 8ecc5a3cb2eacd9786899315e2f62cfef5b8cbd7 Mon Sep 17 00:00:00 2001 From: danfe Date: Mon, 17 Mar 2014 09:26:43 +0000 Subject: Stagify QuakeC compiler ports. --- games/meqcc/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'games/meqcc') 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 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 -- cgit