git: 5887fdc933bf - main - net/torsocks: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 18:38:01 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=5887fdc933bf98d3af4132a67f44c0e3984f5680 commit 5887fdc933bf98d3af4132a67f44c0e3984f5680 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-20 18:08:51 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-20 18:37:12 +0000 net/torsocks: Move man pages to share/man Approved by: portmgr (blanket) --- net/torsocks/Makefile | 3 ++- net/torsocks/pkg-plist | 6 +++--- 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