diff options
author | Warner Losh <imp@FreeBSD.org> | 1998-01-05 19:00:50 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 1998-01-05 19:00:50 +0000 |
commit | 6977807cbfd6905c62845823420389640c82537a (patch) | |
tree | 264340019785a2d0ea2890f820ef0caa4592f948 /net/socks5 | |
parent | 55c7d9c2c8ad451e6de9ac251f08c3f7e733a903 (diff) | |
download | ports-6977807cbfd6905c62845823420389640c82537a.tar.gz ports-6977807cbfd6905c62845823420389640c82537a.zip |
Update mirror site. Things have moved to socks5 subdirectory.
Notes
Notes:
svn path=/head/; revision=9274
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index f2bf4e7287ac..2ad9552822ff 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,14 +3,14 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp $ +# $Id: Makefile,v 1.15 1997/12/24 18:42:15 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/ + ftp://ftp.ualg.pt/Linux/net/proxies/socks5/ EXTRACT_SUFX= .tar.gz MAINTAINER= imp@freebsd.org |