summaryrefslogtreecommitdiff
path: root/net/tsocks/files/patch-Makefile.in
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-08 01:20:50 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-08 01:20:50 +0000
commitd4f1520cee0cb2764786032ae2b83aaf659661eb (patch)
treeaa2f5c4a35e1470acce564b5066826e6e589e142 /net/tsocks/files/patch-Makefile.in
parentre-add DISTNAME with a comment regarding security/nmapfe (diff)
new port: net/tsocks
Allow non SOCKS aware applications to use SOCKS without modification. PR: ports/56534 Submitted by: YazzY <yazzy@yazzy.org>
Notes
Notes: svn path=/head/; revision=90580
Diffstat (limited to 'net/tsocks/files/patch-Makefile.in')
-rw-r--r--net/tsocks/files/patch-Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/tsocks/files/patch-Makefile.in b/net/tsocks/files/patch-Makefile.in
new file mode 100644
index 000000000000..d36d3299368d
--- /dev/null
+++ b/net/tsocks/files/patch-Makefile.in
@@ -0,0 +1,12 @@
+--- Makefile.in.orig Tue Oct 7 18:13:47 2003
++++ Makefile.in Tue Oct 7 18:14:24 2003
+@@ -67,8 +67,7 @@
+
+ installlib:
+ ${MKINSTALLDIRS} "${DESTDIR}${libdir}"
+- ${INSTALL} ${SHLIB} ${DESTDIR}${libdir}
+- ln -sf ${SHLIB} ${DESTDIR}${libdir}/${LIB_NAME}.so.${SHLIB_MAJOR}
++ ${INSTALL} ${SHLIB} ${DESTDIR}${libdir}/${LIB_NAME}.so.${SHLIB_MAJOR}
+ ln -sf ${LIB_NAME}.so.${SHLIB_MAJOR} ${DESTDIR}${libdir}/${LIB_NAME}.so
+
+ installman: