Date: Mon, 26 Feb 2024 19:27:13 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: dd606ab949ce - main - x11/xnee: Moved man to share/man Message-ID: <202402261927.41QJRDmb019417@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=dd606ab949ce4a618237b661d1d3ffd33339f593 commit dd606ab949ce4a618237b661d1d3ffd33339f593 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 19:26:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 19:26:43 +0000 x11/xnee: Moved man to share/man Approved by: portmgr (blanket) --- x11/xnee/Makefile | 3 ++- x11/xnee/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index 6947e2a16e61..2f0a5f8730d3 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -1,6 +1,6 @@ PORTNAME= xnee PORTVERSION= 3.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= GNU @@ -11,6 +11,7 @@ WWW= http://www.sandklef.com/xnee/ LICENSE= GPLv3 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= gmake pathfix xorg USE_XORG= x11 xtst diff --git a/x11/xnee/pkg-plist b/x11/xnee/pkg-plist index d50517da912d..2870da849439 100644 --- a/x11/xnee/pkg-plist +++ b/x11/xnee/pkg-plist @@ -1,8 +1,8 @@ bin/cnee %%GNEE%%bin/gnee -man/man1/cnee.1.gz -%%GNEE%%man/man1/gnee.1.gz -man/man1/xnee.1.gz +share/man/man1/cnee.1.gz +%%GNEE%%share/man/man1/gnee.1.gz +share/man/man1/xnee.1.gz share/pixmaps/xnee.png share/pixmaps/xnee.xpm %%DATADIR%%/example1.xns
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261927.41QJRDmb019417>