diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 08:00:46 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 08:00:46 +0000 |
commit | 203aeb37b0d116eada6dbe682e28c24717a4dc63 (patch) | |
tree | 5380831deb65189303cdf33687ca626d9e5e9df3 /net/tsocks | |
parent | d54b6411e5f54b305187520aaf100122b1fc99cd (diff) | |
download | pkgsrc-203aeb37b0d116eada6dbe682e28c24717a4dc63.tar.gz |
Convert to buildlink3 and fix a typo in DESCR.
Diffstat (limited to 'net/tsocks')
-rw-r--r-- | net/tsocks/DESCR | 2 | ||||
-rw-r--r-- | net/tsocks/Makefile | 4 |
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 |