diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:09:25 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:09:25 +0100 |
commit | 3e4c890fe809397ab48258d498a9d0ba7959e017 (patch) | |
tree | b3aafae7485e2113bb12b3d6c697a94736a0a91c | |
parent | fa8e8f7483cdfd9e799ea5561f9cb7f39f2d8298 (diff) | |
download | freebsd-ports-3e4c890fe809397ab48258d498a9d0ba7959e017.zip |
games/klondike: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/klondike/Makefile | 3 | ||||
-rw-r--r-- | games/klondike/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/klondike/Makefile b/games/klondike/Makefile index f76ae14409a8..d2f928ebf878 100644 --- a/games/klondike/Makefile +++ b/games/klondike/Makefile @@ -1,6 +1,6 @@ PORTNAME= klondike PORTVERSION= 1.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games tk MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ @@ -12,6 +12,7 @@ LICENSE= BSD3CLAUSE USES= shebangfix tk:run SHEBANG_FILES= *.tcl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games CONFIGURE_ENV= WISHX=${WISH} NO_ARCH= yes diff --git a/games/klondike/pkg-plist b/games/klondike/pkg-plist index 438da5fc8d49..3530bc37d4bf 100644 --- a/games/klondike/pkg-plist +++ b/games/klondike/pkg-plist @@ -1,5 +1,5 @@ bin/klondike -man/man6/klondike.6.gz +share/man/man6/klondike.6.gz share/games/klondike/klondikeMenus.tcl share/games/klondike/klondikeRules.tcl share/games/klondike/klondikeScore.tcl |