aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 21:27:51 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 21:39:31 +0000
commit5f356aa637f8b7f5218830f8cf40542052b80fc5 (patch)
tree9b452444fe50d6ed435ca180b333cd91ea03f763
parent9eb3eba9c09205fe5bd5e855da961680c7c5256f (diff)
downloadports-5f356aa637f8b7f5218830f8cf40542052b80fc5.tar.gz
ports-5f356aa637f8b7f5218830f8cf40542052b80fc5.zip
security/sslproxy: Moved man to share/man
-rw-r--r--security/sslproxy/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile
index 73c8ae1a2c96..7f32c3580293 100644
--- a/security/sslproxy/Makefile
+++ b/security/sslproxy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sslproxy
PORTVERSION= 0.9.4
+PORTREVISION= 1
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= security
@@ -19,9 +20,9 @@ GH_ACCOUNT= sonertari
GH_PROJECT= SSLproxy
MAKEFILE= GNUmakefile
-MAKE_ENV= MANDIR=man INSTALLUID=${UID} INSTALLGID=${GID}
-PLIST_FILES= bin/sslproxy man/man1/sslproxy.1.gz \
- man/man5/sslproxy.conf.5.gz \
+MAKE_ENV= MANDIR=share/man INSTALLUID=${UID} INSTALLGID=${GID}
+PLIST_FILES= bin/sslproxy share/man/man1/sslproxy.1.gz \
+ share/man/man5/sslproxy.conf.5.gz \
"@sample etc/sslproxy.conf.sample"
post-patch: