git: 041169740d2b - main - security/tor: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jan 2024 00:31:10 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=041169740d2bea97107db0a4e0d415376619cb25 commit 041169740d2bea97107db0a4e0d415376619cb25 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-27 00:21:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-27 00:30:43 +0000 security/tor: Moved man to share/man Approved by: portmgr (blanket) --- security/tor/Makefile | 2 ++ security/tor/pkg-plist | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/security/tor/Makefile b/security/tor/Makefile index 8fb2980f86c8..90074043cfce 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -1,5 +1,6 @@ PORTNAME= tor DISTVERSION= 0.4.8.10 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= TOR @@ -15,6 +16,7 @@ USE_CSTD= gnu99 # until this bug report is closed: https://trac.torproject.org/p CPE_VENDOR= torproject GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-openssl-dir="${OPENSSLBASE}" CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I${LOCALBASE}/include" \ TOR_LDFLAGS_libevent="-L${LOCALBASE}/lib/" \ diff --git a/security/tor/pkg-plist b/security/tor/pkg-plist index 77c31a024c94..b3b389ae7c5c 100644 --- a/security/tor/pkg-plist +++ b/security/tor/pkg-plist @@ -4,11 +4,11 @@ bin/tor-print-ed-signing-cert bin/tor-resolve bin/torify @sample etc/tor/torrc.sample -%%MANPAGES%%man/man1/tor-gencert.1.gz -%%MANPAGES%%man/man1/tor-print-ed-signing-cert.1.gz -%%MANPAGES%%man/man1/tor-resolve.1.gz -%%MANPAGES%%man/man1/tor.1.gz -%%MANPAGES%%man/man1/torify.1.gz +%%MANPAGES%%share/man/man1/tor-gencert.1.gz +%%MANPAGES%%share/man/man1/tor-print-ed-signing-cert.1.gz +%%MANPAGES%%share/man/man1/tor-resolve.1.gz +%%MANPAGES%%share/man/man1/tor.1.gz +%%MANPAGES%%share/man/man1/torify.1.gz %%PORTDOCS%%%%DOCSDIR%%/tor-gencert.html %%PORTDOCS%%%%DOCSDIR%%/tor-print-ed-signing-cert.html %%PORTDOCS%%%%DOCSDIR%%/tor-resolve.html