git: 5f356aa637f8 - main - security/sslproxy: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 21:40:49 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f356aa637f8b7f5218830f8cf40542052b80fc5
commit 5f356aa637f8b7f5218830f8cf40542052b80fc5
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 21:27:51 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 21:39:31 +0000
security/sslproxy: Moved man to share/man
---
security/sslproxy/Makefile | 7 ++++---
1 file 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: