diff options
author | Warner Losh <imp@FreeBSD.org> | 1998-04-07 17:08:16 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 1998-04-07 17:08:16 +0000 |
commit | ac0341b870c750e3f7b39c118126405cc07ee31e (patch) | |
tree | 64d2dbc6aa80cc5122eab7761be187041f057a70 /net/socks5 | |
parent | a9847efb849109b7de9e576a0b9f5b40e211d010 (diff) | |
download | ports-ac0341b870c750e3f7b39c118126405cc07ee31e.tar.gz ports-ac0341b870c750e3f7b39c118126405cc07ee31e.zip |
Notes
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 2ad9552822ff..777b8ba4d226 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,14 +3,13 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.15 1997/12/24 18:42:15 imp Exp $ +# $Id: Makefile,v 1.16 1998/01/05 19:00:50 imp Exp $ # DISTNAME= socks5-v1.0r3 PKGNAME= socks5-1.0.3 CATEGORIES= net security -MASTER_SITES= ftp://ftp.astec.co.jp/pub/security/socks/ \ - ftp://ftp.ualg.pt/Linux/net/proxies/socks5/ +MASTER_SITES= ftp://ftp.ualg.pt/Linux/network/proxies/socks5/ EXTRACT_SUFX= .tar.gz MAINTAINER= imp@freebsd.org |