From d4fa26e1055133f34402030f9445cae468a4cb07 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Tue, 30 Jan 2024 22:29:13 +0100 Subject: [PATCH] security/sslsplit: Moved man to share/man --- security/sslsplit/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/security/sslsplit/Makefile b/security/sslsplit/Makefile index 2b4ef5b65affd..155ac68ce36c6 100644 --- a/security/sslsplit/Makefile +++ b/security/sslsplit/Makefile @@ -1,6 +1,6 @@ PORTNAME= sslsplit PORTVERSION= 0.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://mirror.roe.ch/rel/sslsplit/ @@ -18,9 +18,9 @@ LIB_DEPENDS= libevent.so:devel/libevent \ USES= gmake pkgconfig tar:bzip2 uidfix ssl MAKEFILE= GNUmakefile -MAKE_ENV= MANDIR=${PREFIX}/man INSTALLUID=${UID} INSTALLGID=${GID} -PLIST_FILES= bin/sslsplit man/man1/sslsplit.1.gz \ - man/man5/sslsplit.conf.5.gz \ +MAKE_ENV= MANDIR=${PREFIX}/share/man INSTALLUID=${UID} INSTALLGID=${GID} +PLIST_FILES= bin/sslsplit share/man/man1/sslsplit.1.gz \ + share/man/man5/sslsplit.conf.5.gz \ "@sample %%ETCDIR%%/sslsplit.conf.sample" .include