aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2024-03-05 21:25:48 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2024-03-05 23:35:45 +0000
commit19393d747971b8d57b501ed9162462c0a327940f (patch)
tree1dba1aff2609bb8293cc7ad9f56899f62e88cdc6
parenta6e03b6e1edf4cac3ff5d8286adc75651d10ca65 (diff)
downloadports-19393d747971b8d57b501ed9162462c0a327940f.tar.gz
ports-19393d747971b8d57b501ed9162462c0a327940f.zip
security/obfs4proxy-tor: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--security/obfs4proxy-tor/Makefile6
1 files 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>