Skip to content

Commit

Permalink
games/tractorgen: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent 85207a2 commit 8775cf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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/

Expand All @@ -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

Expand All @@ -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}
Expand Down

0 comments on commit 8775cf0

Please sign in to comment.