aboutsummaryrefslogtreecommitdiffstats
path: root/net/torsocks
diff options
context:
space:
mode:
Diffstat (limited to 'net/torsocks')
-rw-r--r--net/torsocks/Makefile1
-rw-r--r--net/torsocks/files/patch-torsocks.in11
2 files changed, 12 insertions, 0 deletions
diff --git a/net/torsocks/Makefile b/net/torsocks/Makefile
index 1e2728a3ef4d..aa71f193debe 100644
--- a/net/torsocks/Makefile
+++ b/net/torsocks/Makefile
@@ -6,6 +6,7 @@
PORTNAME= torsocks
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= net security
MASTER_SITES= GOOGLE_CODE \
http://tor.reactor-xg.kiev.ua/files/
diff --git a/net/torsocks/files/patch-torsocks.in b/net/torsocks/files/patch-torsocks.in
new file mode 100644
index 000000000000..e4db4ef2d046
--- /dev/null
+++ b/net/torsocks/files/patch-torsocks.in
@@ -0,0 +1,11 @@
+--- src/torsocks.in.orig 2010-12-11 18:28:08.000000000 +0200
++++ src/torsocks.in 2011-01-12 17:01:34.460490482 +0200
+@@ -68,7 +68,7 @@
+ exit
+ fi
+
+-LIBDIR="@prefix@/lib/torsocks"
++LIBDIR="@prefix@/lib"
+ LIB_NAME="libtorsocks"
+ SHLIB_EXT="@SHLIB_EXT@"
+ SHLIB="${LIBDIR}/${LIB_NAME}.${SHLIB_EXT}"