Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 13:46: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: c29176c2b30b - main - security/softhsm2: Moved man to share/man
Message-ID:  <202402251346.41PDk5Xd093008@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=c29176c2b30bcc0510931d88f6d2a35e67f6fac1

commit c29176c2b30bcc0510931d88f6d2a35e67f6fac1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 13:23:26 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 13:23:26 +0000

    security/softhsm2: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 security/softhsm2/Makefile  |  3 ++-
 security/softhsm2/pkg-plist | 12 ++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile
index 7b220967e98d..9a6aea3a5aa2 100644
--- a/security/softhsm2/Makefile
+++ b/security/softhsm2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	softhsm
 PORTVERSION=	2.6.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	http://dist.opendnssec.org/source/ \
 		http://dist.opendnssec.org/source/testing/
@@ -14,6 +14,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 USES=		compiler:c++11-lang libtool ssl pkgconfig
 
diff --git a/security/softhsm2/pkg-plist b/security/softhsm2/pkg-plist
index 420f367a62fd..7eff707eb2b8 100644
--- a/security/softhsm2/pkg-plist
+++ b/security/softhsm2/pkg-plist
@@ -6,12 +6,12 @@ bin/softhsm2-util
 @sample %%ETCDIR%%2.conf.sample
 lib/softhsm/libsofthsm2.a
 lib/softhsm/libsofthsm2.so
-man/man1/softhsm2-dump-file.1.gz
-%%SQLITE%%man/man1/softhsm2-dump-db.1.gz
-man/man1/softhsm2-keyconv.1.gz
-%%MIGRATE%%man/man1/softhsm2-migrate.1.gz
-man/man1/softhsm2-util.1.gz
-man/man5/softhsm2.conf.5.gz
+share/man/man1/softhsm2-dump-file.1.gz
+%%SQLITE%%share/man/man1/softhsm2-dump-db.1.gz
+share/man/man1/softhsm2-keyconv.1.gz
+%%MIGRATE%%share/man/man1/softhsm2-migrate.1.gz
+share/man/man1/softhsm2-util.1.gz
+share/man/man5/softhsm2.conf.5.gz
 @dir /var/lib/softhsm/tokens
 @dir /var/lib/softhsm
 @dir /var/lib



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