Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 17:10:38 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fe72f1e06dad - main - security/gpa: Move man pages to share/man
Message-ID:  <202403211710.42LHAcTL034167@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fe72f1e06dadba498baa7ed81dd9c6322cb36cdd

commit fe72f1e06dadba498baa7ed81dd9c6322cb36cdd
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-21 16:35:53 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-21 17:10:17 +0000

    security/gpa: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 security/gpa/Makefile  | 3 ++-
 security/gpa/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 4865bd5d92c3..197914998e6d 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gpa
 PORTVERSION=	0.10.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	GNUPG/gpa
 
@@ -21,6 +21,7 @@ USES=		desktop-file-utils gmake gnome localbase pkgconfig tar:bzip2
 USE_GNOME=	gdkpixbuf2 gtk20
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ENV+=	GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap"
 LDFLAGS+=	-Wl,--as-needed
 
diff --git a/security/gpa/pkg-plist b/security/gpa/pkg-plist
index 03caeb18ca2f..c3c73322c982 100644
--- a/security/gpa/pkg-plist
+++ b/security/gpa/pkg-plist
@@ -1,5 +1,4 @@
 bin/gpa
-man/man1/gpa.1.gz
 share/applications/gpa.desktop
 %%DATADIR%%/gpa-logo.ppm
 %%DATADIR%%/gpa.png
@@ -17,4 +16,5 @@ share/applications/gpa.desktop
 %%NLS%%share/locale/tr/LC_MESSAGES/gpa.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/gpa.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/gpa.mo
+share/man/man1/gpa.1.gz
 share/pixmaps/gpa.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403211710.42LHAcTL034167>