Skip to content

Commit

Permalink
games/falconseye: 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 57f726a commit 370ab66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions games/falconseye/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= falconseye
PORTVERSION= 1.9.3
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/NetHack-Falcon_s%20Eye%20%28source%29/${PORTVERSION}
DISTNAME= nethack_source_331_jtp_${PORTVERSION:S/.//g}
Expand Down Expand Up @@ -56,9 +56,9 @@ post-build:
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/util/recover ${STAGEDIR}${PREFIX}/bin/frecover
cd ${WRKSRC}/doc && ${INSTALL_MAN} recover.6 \
${STAGEDIR}${PREFIX}/man/man6/frecover.6
${STAGEDIR}${PREFIX}/share/man/man6/frecover.6
cd ${WRKSRC}/doc && ${INSTALL_MAN} nethack.6 \
${STAGEDIR}${PREFIX}/man/man6/falconseye.6
${STAGEDIR}${PREFIX}/share/man/man6/falconseye.6
${TOUCH} ${STAGEDIR}${DATADIR}/logfile ${STAGEDIR}${DATADIR}/perm \
${STAGEDIR}${DATADIR}/record

Expand Down
4 changes: 2 additions & 2 deletions games/falconseye/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bin/falconseye
bin/frecover
man/man6/falconseye.6.gz
man/man6/frecover.6.gz
share/man/man6/falconseye.6.gz
share/man/man6/frecover.6.gz
%%DATADIR%%/Arc-fila.lev
%%DATADIR%%/Arc-filb.lev
%%DATADIR%%/Arc-goal.lev
Expand Down

0 comments on commit 370ab66

Please sign in to comment.