From 6779a8f08bc6827e36781265ea44c508b9f14406 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Sun, 10 Aug 2008 14:50:20 +0000 Subject: - Do not avoid installing manpage when NOPORTDOCS is defined. Reported by: QA Tindy --- games/pmars/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/pmars/Makefile') 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 -- cgit v1.2.3