diff options
-rw-r--r-- | math/gap/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 0ab743bd2f22..27e828332e0f 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -8,16 +8,16 @@ PORTNAME= gap PORTVERSION= 4.4.4 CATEGORIES= math -MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/ -DISTFILES= gap4r4p4.tar.bz2 xtom1r1.tar.bz2 \ - packages-2004_12_07-12_33_UTC.tar.bz2 +MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/:new \ + ftp://ftp.gap-system.org/pub/gap/gap4/old/:old +DISTFILES= packages-2004_12_07-12_33_UTC.tar.bz2:old \ + gap4r4p4.tar.bz2:new \ + xtom1r1.tar.bz2:new DIST_SUBDIR= gap MAINTAINER= johans@stack.nl COMMENT= GAP is a system for computational discrete algebra -BROKEN= Unfetchable - .include <bsd.port.pre.mk> GAP_VERSION= gap4r4 |