diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-09-07 08:43:31 +0000 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-09-07 08:43:31 +0000 |
commit | 48368cf78cc8c30b65611daa146dfa5848eda90c (patch) | |
tree | e605002fa2a20c886b2c77b92a4a0d5f3494e071 | |
parent | 3c900b4bd12fd9ab39f94b53aca340eccb40cd7a (diff) | |
download | FreeBSD-ports-48368cf78cc8c30b65611daa146dfa5848eda90c.zip FreeBSD-ports-48368cf78cc8c30b65611daa146dfa5848eda90c.tar.gz |
- Fix plsit with -DNOPORTDOCS
-rw-r--r-- | games/dopewars/Makefile | 2 |
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> |