From 35792fbee87f5fb4998d6b04e1443e46690314a5 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 29 Jan 2024 15:01:21 +0100 Subject: [PATCH] security/stunnel: Moved man to share/man Approved by: portmgr (blanket) --- security/stunnel/Makefile | 2 ++ security/stunnel/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 8706b85ca4235..2ff4a8f89bed5 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,5 +1,6 @@ PORTNAME= stunnel DISTVERSION= 5.71 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.stunnel.org/downloads/archive/5.x/ \ @@ -21,6 +22,7 @@ USE_LDCONFIG= yes USE_RC_SUBR= stunnel GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --localstatedir=/var/tmp --enable-static --disable-systemd \ --with-ssl="${OPENSSLBASE}" SHEBANG_FILES= src/stunnel3.in diff --git a/security/stunnel/pkg-plist b/security/stunnel/pkg-plist index 2e74830fd335b..fe3c917d76e26 100644 --- a/security/stunnel/pkg-plist +++ b/security/stunnel/pkg-plist @@ -4,8 +4,8 @@ bin/stunnel3 %%ETCDIR%%/conf.d/00-daemon.conf lib/stunnel/libstunnel.a lib/stunnel/libstunnel.so -man/man8/stunnel.8.gz -man/man8/stunnel.pl.8.gz +share/man/man8/stunnel.8.gz +share/man/man8/stunnel.pl.8.gz %%PORTDOCS%%%%DOCSDIR%%/stunnel.html %%PORTDOCS%%%%DOCSDIR%%/stunnel.pl.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ca.html