diff options
Diffstat (limited to 'net/torsocks')
-rw-r--r-- | net/torsocks/Makefile | 2 | ||||
-rw-r--r-- | net/torsocks/files/patch-Makefile.in | 21 |
2 files changed, 10 insertions, 13 deletions
diff --git a/net/torsocks/Makefile b/net/torsocks/Makefile index 5f5b5f8e1b27..8420dacfab60 100644 --- a/net/torsocks/Makefile +++ b/net/torsocks/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-epsilon MAINTAINER= andy.lavr@gmail.com COMMENT= Most SOCKS-friendly applications way with Tor -USE_AUTOTOOLS= libtool:22 aclocal:110 autoconf:267 +USE_AUTOTOOLS= libtool:22 aclocal:111 autoconf:267 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal USE_GMAKE= yes diff --git a/net/torsocks/files/patch-Makefile.in b/net/torsocks/files/patch-Makefile.in index d8a54444b644..2d1fd7b0ccb1 100644 --- a/net/torsocks/files/patch-Makefile.in +++ b/net/torsocks/files/patch-Makefile.in @@ -1,20 +1,17 @@ ---- src/Makefile.in.orig 2009-11-08 13:39:45.000000000 +0100 -+++ src/Makefile.in 2009-12-18 17:12:56.000000000 +0100 -@@ -143,7 +143,7 @@ - LD = @LD@ - LDFLAGS = @LDFLAGS@ +--- src/Makefile.in.orig 2009-11-08 06:39:45.000000000 -0600 ++++ src/Makefile.in 2010-10-02 15:56:22.000000000 -0500 +@@ -145,3 +145,3 @@ LIBOBJS = @LIBOBJS@ -LIBS = -ldl -lc -lresolv +LIBS = -lc LIBTOOL = @LIBTOOL@ - LIBTOOL_DEPS = @LIBTOOL_DEPS@ - LIPO = @LIPO@ -@@ -239,7 +239,7 @@ - - # Install configuration file +@@ -207,3 +207,3 @@ + install_sh = @install_sh@ +-libdir = @prefix@/lib/torsocks ++libdir = @prefix@/lib + libexecdir = @libexecdir@ +@@ -241,3 +241,3 @@ usewithtorconfdir = $(CONFDIR)/ -usewithtorconf_DATA = torsocks.conf +usewithtorconf_DATA = torsocks.conf.sample - # Install invocation scripts - bin_SCRIPTS = torsocks usewithtor |