diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-28 11:25:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-28 11:25:25 +0000 |
commit | a8775fb2fb29efe37435025c17ff320184b1947d (patch) | |
tree | 3be2cf18002091ea6a1c6d11d1ec155efd4ebc98 /graphics/sane-backends | |
parent | b9858de684befdb7149639760385708c65f6df29 (diff) | |
download | pkgsrc-a8775fb2fb29efe37435025c17ff320184b1947d.tar.gz |
Replace metalab URLs by MASTER_SITE_SUNSITE (even though the distfiles
are currently not there)
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 4ae84eb62bd..450d17469ec 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/24 19:08:37 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/28 11:25:25 wiz Exp $ # FreeBSD Id: Makefile,v 1.3 1998/04/30 02:38:03 obrien Exp # @@ -6,8 +6,8 @@ DISTNAME= sane-backends-1.0.4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \ ftp://gd.tuwien.ac.at/hci/sane/ \ - ftp://metalab.unc.edu/pub/Linux/apps/graphics/capture/ \ - ftp://metalab.unc.edu/pub/Linux/Incoming/ \ + ${MASTER_SITE_SUNSITE:=apps/graphics/capture/} \ + ${MASTER_SITE_SUNSITE:=Incoming/} \ ftp://ftp.u-aizu.ac.jp/pub/misc/device/scsi/scanner/sane/ \ ftp://ftp.informatik.uni-oldenburg.de/pub/sane/ |