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-frontends | |
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-frontends')
-rw-r--r-- | graphics/sane-frontends/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index a13e422a791..08cd36009f4 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2001/02/24 19:09:14 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/28 11:25:26 wiz Exp $ # DISTNAME= sane-frontends-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/ |