diff options
author | tv <tv@pkgsrc.org> | 1999-05-01 18:23:51 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-01 18:23:51 +0000 |
commit | 7ca62abc69ae0ada3c87bf9510c19a3e1de5240a (patch) | |
tree | 8541f8fcb25d6b304d7bb4bcca92e7d29a0cd192 /net/socks4 | |
parent | 293ec7e4ba982ff41cdfa3eb496863a46d4ad30f (diff) | |
download | pkgsrc-7ca62abc69ae0ada3c87bf9510c19a3e1de5240a.tar.gz |
Fix distfile fetching on these as notices by Bernd Ernesti.
Diffstat (limited to 'net/socks4')
-rw-r--r-- | net/socks4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/socks4/Makefile b/net/socks4/Makefile index a75506efceb..19e8c6b9e00 100644 --- a/net/socks4/Makefile +++ b/net/socks4/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.5 1999/02/20 22:26:22 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/01 18:23:51 tv Exp $ # DISTNAME= export.socks.cstc.4.2.2 PKGNAME= socks4-2.2 CATEGORIES= net security -MASTER_SITES= http://www.ibs.net.pl/archive/Firewalls/socks/socks4/\ - ftp://ftp.nec.com/pub/socks/socks4/ +MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks4/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.socks.nec.com/socksv4.html |