diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-17 14:55:36 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-17 14:55:36 +0000 |
commit | 28fd456bb0a211402033763137793873c4803a49 (patch) | |
tree | 3e89b998df2974fa1d77e079d7201303f232034c /net/socks5 | |
parent | 811384d17ac3fed3c88dfab8bf939dd246ca8ebc (diff) | |
download | pkgsrc-28fd456bb0a211402033763137793873c4803a49.tar.gz |
Fix MASTER_SITES
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 7ca37a806bb..8543f690b27 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $NetBSD: Makefile,v 1.2 1997/11/21 14:57:28 agc Exp $ +# $NetBSD: Makefile,v 1.3 1997/12/17 14:55:36 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp # @@ -11,7 +11,7 @@ DISTNAME= socks5-v1_0r2_tar PKGNAME= socks5-1.0.2 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= .gz MAINTAINER= ambrisko@ambrisko.roble.com |