Date: Sun, 5 May 2024 08:31:24 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 7d8f014e7f14 - 2024Q2 - net/torsocks: Fix USE_LDCONFIG Message-ID: <202405050831.4458VOxH098077@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d8f014e7f1405c816a63d26fde63c199d3c104a commit 7d8f014e7f1405c816a63d26fde63c199d3c104a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-05 08:29:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-05 08:31:17 +0000 net/torsocks: Fix USE_LDCONFIG (cherry picked from commit 4251c2a2ddb5156ca44de4836cfa08100df2c33d) --- net/torsocks/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/torsocks/Makefile b/net/torsocks/Makefile index 377e1dc5a811..4e878fc2ead1 100644 --- a/net/torsocks/Makefile +++ b/net/torsocks/Makefile @@ -1,6 +1,6 @@ PORTNAME= torsocks DISTVERSION= 2.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net security MASTER_SITES= https://people.torproject.org/~dgoulet/${PORTNAME}/ @@ -15,7 +15,7 @@ USES= alias gmake libtool tar:xz GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip -USE_LDCONFIG= yes +USE_LDCONFIG= ${PREFIX}/lib/torsocks SUB_FILES= pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405050831.4458VOxH098077>