aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-20 18:08:51 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-20 18:37:12 +0000
commit5887fdc933bf98d3af4132a67f44c0e3984f5680 (patch)
treeedbf42f6c40df20573cb8ab98d1b3c2c9c9843d1
parent7ccf42bd87b7f19a3b9559349645bede1aef7609 (diff)
downloadports-5887fdc933bf98d3af4132a67f44c0e3984f5680.tar.gz
ports-5887fdc933bf98d3af4132a67f44c0e3984f5680.zip
net/torsocks: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/torsocks/Makefile3
-rw-r--r--net/torsocks/pkg-plist6
2 files changed, 5 insertions, 4 deletions
diff --git a/net/torsocks/Makefile b/net/torsocks/Makefile
index 07e1993f8226..377e1dc5a811 100644
--- a/net/torsocks/Makefile
+++ b/net/torsocks/Makefile
@@ -1,6 +1,6 @@
PORTNAME= torsocks
DISTVERSION= 2.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net security
MASTER_SITES= https://people.torproject.org/~dgoulet/${PORTNAME}/
@@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/gpl-2.0.txt
USES= alias gmake libtool tar:xz
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
diff --git a/net/torsocks/pkg-plist b/net/torsocks/pkg-plist
index d6c8c30a02e1..3fbe42259d58 100644
--- a/net/torsocks/pkg-plist
+++ b/net/torsocks/pkg-plist
@@ -4,6 +4,6 @@ lib/torsocks/libtorsocks.a
lib/torsocks/libtorsocks.so
lib/torsocks/libtorsocks.so.0
lib/torsocks/libtorsocks.so.0.0.0
-man/man1/torsocks.1.gz
-man/man5/torsocks.conf.5.gz
-man/man8/torsocks.8.gz
+share/man/man1/torsocks.1.gz
+share/man/man5/torsocks.conf.5.gz
+share/man/man8/torsocks.8.gz