diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-23 22:04:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-23 22:04:54 +0000 |
commit | f720baf550023839b07cfd31626d590eddb45db2 (patch) | |
tree | bb4bf5386ea55cc12adc540bdfbb8b3c40543956 /net | |
parent | 73ecb2849dcd8ebb05dae443164c826e421e3e0c (diff) | |
download | pkgsrc-f720baf550023839b07cfd31626d590eddb45db2.tar.gz |
added main distribution site
Diffstat (limited to 'net')
-rw-r--r-- | net/upclient/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/upclient/Makefile b/net/upclient/Makefile index fe5d1c4334d..cddf300448b 100644 --- a/net/upclient/Makefile +++ b/net/upclient/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2000/01/23 01:49:54 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/01/23 22:04:54 wiz Exp $ # DISTNAME= upclient-4.08 CATEGORIES= net -MASTER_SITES= ftp://ftp.uptimes.net/pub/uptimes/ \ - http://www.uptimes.net/download/ +MASTER_SITES= http://www.atomicvoid.net/uptimes/ \ + http://www.uptimes.net/download/ \ + ftp://ftp.uptimes.net/pub/uptimes/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.uptimes.net/ |