Date: Sat, 24 Feb 2024 09:03:33 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: 714459b4ff4c - main - games/xqf: Moved man to share/man Message-ID: <202402240903.41O93Xh1060306@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=714459b4ff4ca9eca8d3beb0d6091bcf08708248 commit 714459b4ff4ca9eca8d3beb0d6091bcf08708248 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 08:23:46 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 09:03:08 +0000 games/xqf: Moved man to share/man Approved by: portmgr (blanket) --- games/xqf/Makefile | 3 ++- games/xqf/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/games/xqf/Makefile b/games/xqf/Makefile index ad770ddc7675..8ecf5aa540b2 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -1,6 +1,6 @@ PORTNAME= xqf PORTVERSION= 1.0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= games @@ -14,6 +14,7 @@ USES= autoreconf gettext gmake gnome pkgconfig xorg USE_GNOME= intlhack gdkpixbuf2 gdkpixbuf2xlib USE_XORG= x11 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_GITHUB= yes GH_ACCOUNT= XQF diff --git a/games/xqf/pkg-plist b/games/xqf/pkg-plist index 8185245675dd..96cc3f83137f 100644 --- a/games/xqf/pkg-plist +++ b/games/xqf/pkg-plist @@ -1,5 +1,5 @@ bin/xqf -man/man6/xqf.6.gz +share/man/man6/xqf.6.gz share/locale/ca/LC_MESSAGES/xqf.mo share/locale/da/LC_MESSAGES/xqf.mo share/locale/de/LC_MESSAGES/xqf.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240903.41O93Xh1060306>