diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 06:50:17 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:07:57 +0100 |
commit | 370ab66976c6d6cf9e63adb8167e0a9f4ed85d8b (patch) | |
tree | 6af20ded2e4ee59df28385a9e123cdf2cb7b6b39 | |
parent | 57f726a0a9c8f544d876c6f044804bf8eb49a797 (diff) | |
download | freebsd-ports-370ab66976c6d6cf9e63adb8167e0a9f4ed85d8b.zip |
games/falconseye: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/falconseye/Makefile | 6 | ||||
-rw-r--r-- | games/falconseye/pkg-plist | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/falconseye/Makefile b/games/falconseye/Makefile index ce09d274d123..f60ae4055697 100644 --- a/games/falconseye/Makefile +++ b/games/falconseye/Makefile @@ -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} @@ -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 diff --git a/games/falconseye/pkg-plist b/games/falconseye/pkg-plist index 2033d9009c68..38decdc6be70 100644 --- a/games/falconseye/pkg-plist +++ b/games/falconseye/pkg-plist @@ -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 |