aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 21:29:13 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 21:39:32 +0000
commitd4fa26e1055133f34402030f9445cae468a4cb07 (patch)
tree1bc50b80721792d71eb5629ab1cade53905d5183
parent5f356aa637f8b7f5218830f8cf40542052b80fc5 (diff)
downloadports-d4fa26e1055133f34402030f9445cae468a4cb07.tar.gz
ports-d4fa26e1055133f34402030f9445cae468a4cb07.zip
security/sslsplit: Moved man to share/man
-rw-r--r--security/sslsplit/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/sslsplit/Makefile b/security/sslsplit/Makefile
index 2b4ef5b65aff..155ac68ce36c 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 <bsd.port.options.mk>