Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 21:40:49 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5f356aa637f8 - main - security/sslproxy: Moved man to share/man
Message-ID:  <202401302140.40ULenYh051291@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401302140.40ULenYh051291>