summaryrefslogtreecommitdiff
path: root/net/tsocks
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 08:00:46 +0000
committersnj <snj>2004-04-25 08:00:46 +0000
commitb090e0a5dcb31ac936199d2bc8a7b7c6c4d255bb (patch)
tree5380831deb65189303cdf33687ca626d9e5e9df3 /net/tsocks
parent4a7e5195493b1e38870ad216e9d55188a4497cca (diff)
downloadpkgsrc-b090e0a5dcb31ac936199d2bc8a7b7c6c4d255bb.tar.gz
Convert to buildlink3 and fix a typo in DESCR.
Diffstat (limited to 'net/tsocks')
-rw-r--r--net/tsocks/DESCR2
-rw-r--r--net/tsocks/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/net/tsocks/DESCR b/net/tsocks/DESCR
index cae7b63a3a4..9af099721de 100644
--- a/net/tsocks/DESCR
+++ b/net/tsocks/DESCR
@@ -1,6 +1,6 @@
tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use
SOCKS without any modification. It does this by intercepting the calls that
-applications make to establish network connections and negotating them through
+applications make to establish network connections and negotiating them through
a SOCKS server as necessary.
tsocks is based on the 'shared library interceptor' concept. Through use of
diff --git a/net/tsocks/Makefile b/net/tsocks/Makefile
index d29798ef31a..76139e45ce7 100644
--- a/net/tsocks/Makefile
+++ b/net/tsocks/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/24 14:50:06 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/04/25 08:00:46 snj Exp $
#
DISTNAME= tsocks-1.7
@@ -10,7 +10,7 @@ HOMEPAGE= http://tsocks.sourceforge.net/
COMMENT= Transparent SOCKS proxying library
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --with-conf=${PKG_SYSCONFDIR}/tsocks.conf