Skip to content

Commit

Permalink
games/moria: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 9, 2024
1 parent a3b35a9 commit d8e220c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion games/moria/Makefile
@@ -1,5 +1,6 @@
PORTNAME= moria
PORTVERSION= 5.5.2
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/games/moria/source/ \
ftp://ftp.greyhelm.com/pub/Games/Moria/source/
Expand All @@ -26,7 +27,7 @@ do-configure:
cd ${WRKSRC} && ${LN} -sf source/* unix/* .

post-install:
${INSTALL_MAN} ${WRKSRC}/doc/moria.6 ${STAGEDIR}${PREFIX}/man/man6/
${INSTALL_MAN} ${WRKSRC}/doc/moria.6 ${STAGEDIR}${PREFIX}/share/man/man6/

post-install-DOCS-on:
cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install
Expand Down
2 changes: 1 addition & 1 deletion games/moria/pkg-plist
Expand Up @@ -14,4 +14,4 @@
@owner
@group
@mode
man/man6/moria.6.gz
share/man/man6/moria.6.gz

0 comments on commit d8e220c

Please sign in to comment.