Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2024 23:39:47 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 19393d747971 - main - security/obfs4proxy-tor: Move man pages to share/man
Message-ID:  <202403052339.425NdlaD015700@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19393d747971b8d57b501ed9162462c0a327940f

commit 19393d747971b8d57b501ed9162462c0a327940f
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-03-05 21:25:48 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-03-05 23:35:45 +0000

    security/obfs4proxy-tor: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 security/obfs4proxy-tor/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/security/obfs4proxy-tor/Makefile b/security/obfs4proxy-tor/Makefile
index 6209fba7510b..06bc82cf7e3d 100644
--- a/security/obfs4proxy-tor/Makefile
+++ b/security/obfs4proxy-tor/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	obfs4proxy
 DISTVERSION=	0.0.14
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	security net
 PKGNAMESUFFIX=	-tor
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
@@ -40,12 +40,12 @@ GO_TARGET=	./obfs4proxy
 SUB_FILES=	pkg-message
 
 PLIST_FILES=	bin/obfs4proxy \
-		man/man1/obfs4proxy.1.gz
+		share/man/man1/obfs4proxy.1.gz
 
 post-patch:
 	${LN} -s ${WRKSRC} ${WRKSRC}/vendor/${GO_PKGNAME}
 
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/doc/obfs4proxy.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/doc/obfs4proxy.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 .include <bsd.port.mk>



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