Date: Sat, 27 Jan 2024 00:31:05 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: 2ce9f9647cc9 - main - security/gnupg1: Moved man to share/man Message-ID: <202401270031.40R0V5UF029061@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=2ce9f9647cc9f06b25c3530d4656fb840cac3dc1 commit 2ce9f9647cc9f06b25c3530d4656fb840cac3dc1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-27 00:16:53 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-27 00:30:42 +0000 security/gnupg1: Moved man to share/man Approved by: portmgr (blanket) --- security/gnupg1/Makefile | 3 ++- security/gnupg1/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 54957a169c77..95f62b7fb511 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnupg PORTVERSION= 1.4.23 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= GNUPG PKGNAMESUFFIX= 1 @@ -16,6 +16,7 @@ CPE_VENDOR= gnupg USES= charsetfix compiler cpe gmake readline tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-camellia \ --enable-noexecstack CFLAGS+= -fcommon diff --git a/security/gnupg1/pkg-plist b/security/gnupg1/pkg-plist index 08df3a784e3a..f55745cc3aa5 100644 --- a/security/gnupg1/pkg-plist +++ b/security/gnupg1/pkg-plist @@ -7,9 +7,9 @@ bin/gpgv libexec/gnupg/gpgkeys_curl libexec/gnupg/gpgkeys_finger libexec/gnupg/gpgkeys_hkp -man/man1/gpg-zip.1.gz -man/man1/gpg.1.gz -man/man1/gpgv.1.gz +share/man/man1/gpg-zip.1.gz +share/man/man1/gpg.1.gz +share/man/man1/gpgv.1.gz %%DATADIR%%1/options.skel %%NLS%%share/locale/be/LC_MESSAGES/gnupg.mo %%NLS%%share/locale/ca/LC_MESSAGES/gnupg.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401270031.40R0V5UF029061>