diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:09:19 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:09:19 +0000 |
commit | de768ece431aaff7e528e5c50e21082a34ecfade (patch) | |
tree | f1f9d0cb472a55b45f6a7b8a66515854e53db3b9 | |
parent | a51c7991324c02e5e1851d331fc3f9f707b30aa2 (diff) | |
download | ports-de768ece431aaff7e528e5c50e21082a34ecfade.tar.gz ports-de768ece431aaff7e528e5c50e21082a34ecfade.zip |
games/wolfpack: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/wolfpack/Makefile | 2 | ||||
-rw-r--r-- | games/wolfpack/pkg-plist | 14 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games/wolfpack/Makefile b/games/wolfpack/Makefile index 64836e44abab..d738cec68c91 100644 --- a/games/wolfpack/Makefile +++ b/games/wolfpack/Makefile @@ -1,5 +1,6 @@ PORTNAME= wolfpack PORTVERSION= 4.4.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/empserver/${DISTNAME} DISTNAME= empire-${PORTVERSION} @@ -14,6 +15,7 @@ MAKEFILE= GNUmakefile USES= gmake groff perl5 USE_PERL5= build GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share BINDIR= lib/${PORTNAME} CONFIGURE_ARGS= --bindir=${PREFIX}/${BINDIR} --sbindir=${PREFIX}/${BINDIR} diff --git a/games/wolfpack/pkg-plist b/games/wolfpack/pkg-plist index 2ae4592e8008..281fe02953a6 100644 --- a/games/wolfpack/pkg-plist +++ b/games/wolfpack/pkg-plist @@ -7,13 +7,13 @@ lib/wolfpack/empsched lib/wolfpack/fairland lib/wolfpack/files lib/wolfpack/pconfig -man/man6/emp_server.6.gz -man/man6/empdump.6.gz -man/man6/empire.6.gz -man/man6/empsched.6.gz -man/man6/fairland.6.gz -man/man6/files.6.gz -man/man6/pconfig.6.gz +share/man/man6/emp_server.6.gz +share/man/man6/empdump.6.gz +share/man/man6/empire.6.gz +share/man/man6/empsched.6.gz +share/man/man6/fairland.6.gz +share/man/man6/files.6.gz +share/man/man6/pconfig.6.gz @owner wolfpack @group wolfpack @mode 644 |