diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-18 18:22:16 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-18 18:22:16 +0000 |
commit | 382ac3566e04dff2daa49fa490baa4224190fa0a (patch) | |
tree | 815889e0d9c5e56ee92f570aecd7514152a38136 /math | |
parent | 00ed2a209a71a4d155a548d11cba340c8c38713d (diff) | |
download | pkgsrc-382ac3566e04dff2daa49fa490baa4224190fa0a.tar.gz |
Fix Aachen mirror path
Diffstat (limited to 'math')
-rw-r--r-- | math/gap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index b2961c33e83..476450f4ac5 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/01/05 12:43:01 cjep Exp $ +# $NetBSD: Makefile,v 1.10 2003/01/18 18:22:16 cjep Exp $ # DISTNAME= gap4r3 @@ -6,7 +6,7 @@ PKGNAME= gap-4.3 PKGREVISION= 6 CATEGORIES= math MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ \ - ftp://ftp.math.rwth-aachen.de/pub/gap4/ \ + ftp://ftp.math.rwth-aachen.de/pub/gap/gap4/ \ ftp://pell.anu.edu.au/pub/algebra/gap4/ \ ftp://ftp.ccs.neu.edu/pub/mirrors/ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |