Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 20:23:25 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: 40014991d7d1 - main - security/openct: Move man pages to share/man
Message-ID:  <202403212023.42LKNP88063003@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=40014991d7d171202affc82b1630b713ac9ae53a

commit 40014991d7d171202affc82b1630b713ac9ae53a
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-21 18:04:06 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-21 20:22:57 +0000

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

diff --git a/security/openct/Makefile b/security/openct/Makefile
index 9a2724de7932..87014ed99ea0 100644
--- a/security/openct/Makefile
+++ b/security/openct/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openct
 PORTVERSION=	0.6.20
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	SF/opensc/${PORTNAME}
 
@@ -16,6 +16,7 @@ OPTIONS_DEFINE=	PCSC DOCS EXAMPLES
 PCSC_DESC=	Enable PC/SC support
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USES=		gmake libtool pkgconfig
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	openct
diff --git a/security/openct/pkg-plist b/security/openct/pkg-plist
index 56bc8072f09c..e9f9fc313dee 100644
--- a/security/openct/pkg-plist
+++ b/security/openct/pkg-plist
@@ -25,7 +25,7 @@ lib/libopenctapi.so
 %%PCSC%%lib/openct-ifd.a
 %%PCSC%%lib/openct-ifd.so
 libdata/pkgconfig/libopenct.pc
-man/man1/openct-tool.1.gz
 sbin/ifdhandler
 sbin/ifdproxy
 sbin/openct-control
+share/man/man1/openct-tool.1.gz



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