svn commit: r474760 - in head/net/torsocks: . files

Yuri Victorovich yuri at FreeBSD.org
Mon Jul 16 23:15:59 UTC 2018


Author: yuri
Date: Mon Jul 16 23:15:58 2018
New Revision: 474760
URL: https://svnweb.freebsd.org/changeset/ports/474760

Log:
  net/torsocks: Use configure instead of autoreconf
  
  Reported by:	tobik

Deleted:
  head/net/torsocks/files/patch-configure.ac
Modified:
  head/net/torsocks/Makefile

Modified: head/net/torsocks/Makefile
==============================================================================
--- head/net/torsocks/Makefile	Mon Jul 16 21:35:10 2018	(r474759)
+++ head/net/torsocks/Makefile	Mon Jul 16 23:15:58 2018	(r474760)
@@ -13,7 +13,7 @@ COMMENT=	Easy way to make any app work through Tor
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/gpl-2.0.txt
 
-USES=		alias autoreconf gmake libtool tar:xz
+USES=		alias gmake libtool tar:xz
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list