summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchinsan <chinsan@FreeBSD.org>2008-09-07 08:43:31 +0000
committerchinsan <chinsan@FreeBSD.org>2008-09-07 08:43:31 +0000
commit48368cf78cc8c30b65611daa146dfa5848eda90c (patch)
treee605002fa2a20c886b2c77b92a4a0d5f3494e071
parent3c900b4bd12fd9ab39f94b53aca340eccb40cd7a (diff)
downloadFreeBSD-ports-48368cf78cc8c30b65611daa146dfa5848eda90c.zip
FreeBSD-ports-48368cf78cc8c30b65611daa146dfa5848eda90c.tar.gz
- Fix plsit with -DNOPORTDOCS
-rw-r--r--games/dopewars/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile
index 3a16e24..94810ef 100644
--- a/games/dopewars/Makefile
+++ b/games/dopewars/Makefile
@@ -35,12 +35,12 @@ post-patch:
@${REINPLACE_CMD} -e 's!install-recursive!!g' ${WRKSRC}/doc/Makefile.in
post-install:
+ @${INSTALL_MAN} ${WRKSRC}/doc/dopewars.6 ${MAN6PREFIX}/man/man6
.ifndef NOPORTDOCS
@${INSTALL} -d ${DOCSDIR}/help
@${INSTALL_DATA} ${WRKSRC}/doc/*html ${WRKSRC}/doc/example* ${DOCSDIR}/
@${INSTALL_DATA} ${WRKSRC}/doc/help/*html ${DOCSDIR}/help/
@${INSTALL_DATA} ${PORTDOCS:S.^.${WRKSRC}/.} ${DOCSDIR}/
- @${INSTALL_MAN} ${WRKSRC}/doc/dopewars.6 ${MAN6PREFIX}/man/man6/
.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud