Date: Sat, 24 Feb 2024 07:48:28 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3e4c890fe809 - main - games/klondike: Moved man to share/man Message-ID: <202402240748.41O7mSmf023621@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e4c890fe809397ab48258d498a9d0ba7959e017 commit 3e4c890fe809397ab48258d498a9d0ba7959e017 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 07:09:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:09:25 +0000 games/klondike: Moved man to share/man Approved by: portmgr (blanket) --- games/klondike/Makefile | 3 ++- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240748.41O7mSmf023621>