git: 19393d747971 - main - security/obfs4proxy-tor: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Mar 2024 23:39:47 UTC
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>