Date: Fri, 23 Feb 2024 16:54:47 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: 98d48a49e38c - main - editors/pluma: Moved man to share/man Message-ID: <202402231654.41NGslCb015421@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=98d48a49e38c3141640d0495b4b94e67261aa864 commit 98d48a49e38c3141640d0495b4b94e67261aa864 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 16:36:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 16:54:20 +0000 editors/pluma: Moved man to share/man Approved by: portmgr (blanket) --- editors/pluma/Makefile | 3 ++- editors/pluma/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index 4d7fd9bda69f..d7bd69e4bb4b 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -1,6 +1,6 @@ PORTNAME= pluma PORTVERSION= 1.26.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -27,6 +27,7 @@ USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 gtksourceview4 \ gvfs intltool introspection libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip SHEBANG_FILES= \ diff --git a/editors/pluma/pkg-plist b/editors/pluma/pkg-plist index 81b94a82593d..779b4fae7135 100644 --- a/editors/pluma/pkg-plist +++ b/editors/pluma/pkg-plist @@ -134,7 +134,7 @@ lib/pluma/plugins/time.plugin lib/pluma/plugins/trailsave.plugin libdata/pkgconfig/pluma.pc libexec/pluma/pluma-bugreport.sh -man/man1/pluma.1.gz +share/man/man1/pluma.1.gz share/applications/pluma.desktop %%PORTDOCS%%%%DOCSDIR%%/PlumaMessage.html %%PORTDOCS%%%%DOCSDIR%%/PlumaMessageBus.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231654.41NGslCb015421>