diff options
author | mef <mef@pkgsrc.org> | 2014-12-26 23:21:10 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-26 23:21:10 +0000 |
commit | 3360ff2f712088220f806a37fd88297e87a463f3 (patch) | |
tree | 63e42553d042371830278f1f56628542f4ac236a /graphics/xsane | |
parent | 3169f6353a804acbdc99d1eece6160c7f5028d33 (diff) | |
download | pkgsrc-3360ff2f712088220f806a37fd88297e87a463f3.tar.gz |
(MASTER_SITES) Strip off 'old/' leaf. Both current and new exist there.
Diffstat (limited to 'graphics/xsane')
-rw-r--r-- | graphics/xsane/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index e4fb69d04bc..2b40e6d02c2 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.111 2014/08/21 16:06:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.112 2014/12/26 23:21:10 mef Exp $ DISTNAME= xsane-0.998 PKGNAME= xsane-0.99.8 PKGREVISION= 19 CATEGORIES= graphics -MASTER_SITES= http://www.xsane.org/download/old/ \ +MASTER_SITES= http://www.xsane.org/download/ \ ftp://ftp.u-aizu.ac.jp/pub/misc/device/scsi/scanner/sane/xsane/ \ ftp://sunsite.uio.no/pub/sane/xsane/ \ ftp://ftp.informatik.uni-oldenburg.de/pub/sane/xsane/ |