diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-16 21:25:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-16 21:25:53 +0000 |
commit | f54a6fc50f71019fb22bdfa3a14ea15bea15e8e2 (patch) | |
tree | 80bc1a610a90b55b9675f462a7140765ad5f2c82 /devel | |
parent | 75833721438d2c1317a181267a9a00bfe0432513 (diff) | |
download | pkgsrc-f54a6fc50f71019fb22bdfa3a14ea15bea15e8e2.tar.gz |
The 2.59 distfile is on ftp.gnu.org, so enable
MASTER_SITE_GNU as master site again.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 1bdf0fcc7b4..1cb220caac0 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,11 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2003/12/06 18:26:36 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2003/12/16 21:25:53 wiz Exp $ DISTNAME= autoconf-2.59 CATEGORIES= devel -# 2.59 not uploaded to GNU site; change back to GNU mirrors -# during next update -MASTER_SITES= http://www.lrde.epita.fr/~akim/download/ -#MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/} +MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= wiz@NetBSD.org |