Date: Tue, 20 Feb 2024 22:56:40 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: 8c88119c5f21 - main - security/xmlsec1: Moved man to share/man Message-ID: <202402202256.41KMuehc048998@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=8c88119c5f21764cc2cdd7e1b2504f73a4650883 commit 8c88119c5f21764cc2cdd7e1b2504f73a4650883 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-20 22:37:46 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-20 22:51:01 +0000 security/xmlsec1: Moved man to share/man Approved by: portmgr (blanket) --- security/xmlsec1/Makefile | 2 ++ security/xmlsec1/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 3db31e03ceca..498b6a5a13de 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -1,5 +1,6 @@ PORTNAME= xmlsec1 DISTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/lsh123/xmlsec/releases/download/xmlsec_${DISTVERSION:S,.,_,g}/ \ https://www.aleksey.com/xmlsec/download/ @@ -18,6 +19,7 @@ USE_GNOME= libxml2 libxslt USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip PORTDOCS= * diff --git a/security/xmlsec1/pkg-plist b/security/xmlsec1/pkg-plist index 1437ee113a81..6e1a43d5323a 100644 --- a/security/xmlsec1/pkg-plist +++ b/security/xmlsec1/pkg-plist @@ -68,6 +68,6 @@ lib/libxmlsec1.so.%%DISTVERSION%% %%NSS%%libdata/pkgconfig/xmlsec1-nss.pc %%OPENSSL%%libdata/pkgconfig/xmlsec1-openssl.pc libdata/pkgconfig/xmlsec1.pc -man/man1/xmlsec1-config.1.gz -man/man1/xmlsec1.1.gz +share/man/man1/xmlsec1-config.1.gz +share/man/man1/xmlsec1.1.gz share/aclocal/xmlsec1.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402202256.41KMuehc048998>