Date: Fri, 23 Feb 2024 19:02:50 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: 6de159705020 - main - games/dontspace: Moved man to share/man Message-ID: <202402231902.41NJ2ocp038994@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=6de1597050205c894f31488065195fd97ccf9759 commit 6de1597050205c894f31488065195fd97ccf9759 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 18:57:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 19:02:11 +0000 games/dontspace: Moved man to share/man Approved by: portmgr (blanket) --- games/dontspace/Makefile | 3 ++- games/dontspace/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/games/dontspace/Makefile b/games/dontspace/Makefile index 77f00a746e16..d695b7257f6d 100644 --- a/games/dontspace/Makefile +++ b/games/dontspace/Makefile @@ -1,6 +1,6 @@ PORTNAME= dontspace PORTVERSION= 1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games tk MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ @@ -9,6 +9,7 @@ COMMENT= Solitaire game for X11 modeled after Free Space USES= tk shebangfix GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games CONFIGURE_ENV= WISHX=${WISH} SHEBANG_FILES= *.tcl diff --git a/games/dontspace/pkg-plist b/games/dontspace/pkg-plist index 8876da2bea6e..b9f4a1e16754 100644 --- a/games/dontspace/pkg-plist +++ b/games/dontspace/pkg-plist @@ -1,5 +1,5 @@ bin/dontspace -man/man6/dontspace.6.gz +share/man/man6/dontspace.6.gz share/games/dontspace/dontspaceMenus.tcl share/games/dontspace/dontspaceRules.tcl share/games/dontspace/help.tcl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231902.41NJ2ocp038994>