Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 21:40:51 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: d4fa26e10551 - main - security/sslsplit: Moved man to share/man
Message-ID:  <202401302140.40ULepuq051337@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=d4fa26e1055133f34402030f9445cae468a4cb07

commit d4fa26e1055133f34402030f9445cae468a4cb07
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 21:29:13 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 21:39:32 +0000

    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 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>



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