summaryrefslogtreecommitdiff
path: root/games/tractorgen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/tractorgen/Makefile')
-rw-r--r--games/tractorgen/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tractorgen/Makefile b/games/tractorgen/Makefile
index 350bf546c6ce..c7400db27cbe 100644
--- a/games/tractorgen/Makefile
+++ b/games/tractorgen/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tractorgen
PORTVERSION= 0.31.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.vergenet.net/~conrad/software/tractorgen/dl/
@@ -11,7 +11,7 @@ WWW= https://www.vergenet.net/~conrad/software/tractorgen/
GNU_CONFIGURE= yes
PLIST_FILES= bin/tractorgen \
- man/man6/tractorgen.6.gz
+ share/man/man6/tractorgen.6.gz
PORTDOCS= AUTHORS ChangeLog NEWS README
@@ -20,7 +20,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
- ${INSTALL_MAN} ${FILESDIR}/tractorgen.6 ${STAGEDIR}${PREFIX}/man/man6/tractorgen.6
+ ${INSTALL_MAN} ${FILESDIR}/tractorgen.6 ${STAGEDIR}${PREFIX}/share/man/man6/tractorgen.6
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR}