git: 4282da1507a2 - main - security/xmlsec1: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jan 2024 00:31:08 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4282da1507a28a7a55e0187edf9f5c1320af33fe
commit 4282da1507a28a7a55e0187edf9f5c1320af33fe
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-27 00:19:03 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-27 00:30:43 +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 622d98d27045..0f6dd467bbb4 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xmlsec1
DISTVERSION= 1.2.38
+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 3c866ca5c7b6..60e7f180d675 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