diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-12-17 02:32:18 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-12-17 02:32:18 +0000 |
commit | 842494e6d561e304bf316cc07b360f43341e51ac (patch) | |
tree | 226781d6c011f50293fbc1f23b8778c18ebbae94 /net/vnc | |
parent | 0b77dd2b7bc563cf1b314bb7beee8984fecdb00d (diff) | |
download | pkgsrc-842494e6d561e304bf316cc07b360f43341e51ac.tar.gz |
fix broken MASTER_SITE (s/www/ftp). Hopefully fixes part of the problem
in PR 11753 filed by htodd@allison.i8u.org
Diffstat (limited to 'net/vnc')
-rw-r--r-- | net/vnc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index a96ad62ba26..55f713c22ae 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2000/12/16 06:31:49 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.18 2000/12/17 02:32:18 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp # DISTNAME= vnc-3.3.3r2 PKGNAME= vnc-3.3.3.2 CATEGORIES= net x11 -MASTER_SITES= ftp://www.uk.research.att.com/pub/vnc/dist/ +MASTER_SITES= ftp://ftp.uk.research.att.com/pub/vnc/dist/ DISTFILES= vnc-3.3.3r2_unixsrc.tgz \ vnc-3.3.2r2_doc.tgz |