Date: Sun, 21 Jan 2024 17:43:42 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a5719179817a - main - x11-fm/xfe: Move manpages to share/man Message-ID: <202401211743.40LHhgS7099060@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5719179817ab3a7b0207811ea42cd3fac5c3027 commit a5719179817ab3a7b0207811ea42cd3fac5c3027 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-01-21 16:39:30 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-01-21 17:43:25 +0000 x11-fm/xfe: Move manpages to share/man --- x11-fm/xfe/Makefile | 5 ++++- x11-fm/xfe/pkg-plist | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile index e77c1fdc6217..11568385727c 100644 --- a/x11-fm/xfe/Makefile +++ b/x11-fm/xfe/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfe DISTVERSION= 1.46 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm MASTER_SITES= SF @@ -33,6 +33,9 @@ NLS_USES= gettext NLS_USES_OFF= gettext-tools NLS_CONFIGURE_ENABLE= nls +# remove after manprefix migration +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + post-patch: .for i in XFileExplorer.cpp help.h xfedefs.h @${REINPLACE_CMD} -e \ diff --git a/x11-fm/xfe/pkg-plist b/x11-fm/xfe/pkg-plist index 76d856adef47..6f662d5a4250 100644 --- a/x11-fm/xfe/pkg-plist +++ b/x11-fm/xfe/pkg-plist @@ -2,10 +2,10 @@ bin/xfe bin/xfi bin/xfp bin/xfw -man/man1/xfe.1.gz -man/man1/xfi.1.gz -man/man1/xfp.1.gz -man/man1/xfw.1.gz +share/man/man1/xfe.1.gz +share/man/man1/xfi.1.gz +share/man/man1/xfp.1.gz +share/man/man1/xfw.1.gz share/applications/xfe.desktop share/applications/xfi.desktop share/applications/xfp.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211743.40LHhgS7099060>