aboutsummaryrefslogtreecommitdiffstats
path: root/games/pmars
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2008-08-10 22:50:20 +0800
committeralepulver <alepulver@FreeBSD.org>2008-08-10 22:50:20 +0800
commit44b88e99d498a226042c0435ed8538ef9a0cd046 (patch)
treead38ca115afb282d38f60ecc3140b2ed7f5c0eb2 /games/pmars
parent83d7b5402c344d5f58ad343624828bc4d28c7f98 (diff)
downloadfreebsd-ports-gnome-44b88e99d498a226042c0435ed8538ef9a0cd046.tar.gz
freebsd-ports-gnome-44b88e99d498a226042c0435ed8538ef9a0cd046.tar.zst
freebsd-ports-gnome-44b88e99d498a226042c0435ed8538ef9a0cd046.zip
- Do not avoid installing manpage when NOPORTDOCS is defined.
Reported by: QA Tindy
Diffstat (limited to 'games/pmars')
-rw-r--r--games/pmars/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pmars/Makefile b/games/pmars/Makefile
index 1ab72d959556..d50ed9df075b 100644
--- a/games/pmars/Makefile
+++ b/games/pmars/Makefile
@@ -90,12 +90,12 @@ do-install:
.for f in ${TARGETS}
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${f} ${PREFIX}/bin
.endfor
+ ${INSTALL_MAN} ${WRKSRC}/../doc/pmars.6 ${PREFIX}/man/man6
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
. for f in README config doc warriors
${CP} -R ${WRKSRC}/../${f} ${DOCSDIR}
. endfor
- ${INSTALL_MAN} ${WRKSRC}/../doc/pmars.6 ${PREFIX}/man/man6
.endif
.include <bsd.port.post.mk>