Date: Thu, 22 Feb 2024 03:48:36 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: 1ed3a0f0f879 - main - games/qqwing: Moved man to share/man Message-ID: <202402220348.41M3maDb030647@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=1ed3a0f0f879336ff1186e4d81e1c173980fbf06 commit 1ed3a0f0f879336ff1186e4d81e1c173980fbf06 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 03:06:50 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 03:48:06 +0000 games/qqwing: Moved man to share/man Approved by: portmgr (blanket) --- games/qqwing/Makefile | 3 ++- games/qqwing/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/games/qqwing/Makefile b/games/qqwing/Makefile index ba15202f47b4..e70119a85d5c 100644 --- a/games/qqwing/Makefile +++ b/games/qqwing/Makefile @@ -1,7 +1,7 @@ PORTNAME= qqwing PORTVERSION= 1.3.4 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games gnome DIST_SUBDIR= gnome @@ -15,6 +15,7 @@ GH_ACCOUNT= stephenostermiller USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_OUTSOURCE= yes AUTORECONF_WRKSRC= ${WRKSRC}/build CONFIGURE_CMD= ${AUTORECONF_WRKSRC}/configure diff --git a/games/qqwing/pkg-plist b/games/qqwing/pkg-plist index 4dc92ed5f305..aeef486915db 100644 --- a/games/qqwing/pkg-plist +++ b/games/qqwing/pkg-plist @@ -4,4 +4,4 @@ lib/libqqwing.so lib/libqqwing.so.2 lib/libqqwing.so.2.1.0 libdata/pkgconfig/qqwing.pc -man/man1/qqwing.1.gz +share/man/man1/qqwing.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402220348.41M3maDb030647>