diff options
author | is <is@pkgsrc.org> | 2013-01-11 20:29:54 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2013-01-11 20:29:54 +0000 |
commit | b3b4faf642d24030b5865f97ebb5103f65bbc407 (patch) | |
tree | 508a4698c79ac065599ea748ad1a094f6bf7adb0 | |
parent | 45f4e56b66e1c191b678afed680c73a80e86deb6 (diff) | |
download | pkgsrc-b3b4faf642d24030b5865f97ebb5103f65bbc407.tar.gz |
There was some confusion over the download site; while the software's
homepage links to homepage-relative copies, the announcement e-mail
mentioned the GNU mirror network. This was noticed after reports about
spurious 403 errors came it. Changed to use MASTER_SITES_GNU.
-rw-r--r-- | sysutils/mtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index c5845aa07c1..443f74ac462 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.54 2013/01/10 15:37:08 is Exp $ +# $NetBSD: Makefile,v 1.55 2013/01/11 20:29:54 is Exp $ DISTNAME= mtools-4.0.18 #PKGREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://www.mtools.linux.lu/ +MASTER_SITES= ${MASTER_SITE_GNU:=mtools/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= is@NetBSD.org |