diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-08-10 14:50:20 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-08-10 14:50:20 +0000 |
commit | 6779a8f08bc6827e36781265ea44c508b9f14406 (patch) | |
tree | 2c40bce6d6250d1706ebc3651358dd2aac649b68 /games/pmars/Makefile | |
parent | 05ca4aa9590f987173d08c6f13b44b40a4355e37 (diff) | |
download | ports-6779a8f08bc6827e36781265ea44c508b9f14406.tar.gz ports-6779a8f08bc6827e36781265ea44c508b9f14406.zip |
Notes
Diffstat (limited to 'games/pmars/Makefile')
-rw-r--r-- | games/pmars/Makefile | 2 |
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> |