diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-27 00:19:03 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-27 00:30:43 +0000 |
commit | 4282da1507a28a7a55e0187edf9f5c1320af33fe (patch) | |
tree | a887dede3d39f66932b42a87684ab4d11f7eed8d | |
parent | 83afaf2926af8910048899cad566bc1fafbc9322 (diff) |
security/xmlsec1: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | security/xmlsec1/Makefile | 2 | ||||
-rw-r--r-- | 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 |