diff options
author | lioux <lioux@FreeBSD.org> | 2001-06-23 02:39:39 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-06-23 02:39:39 +0800 |
commit | 873104deb8eb978cdff15b676fba25110072fe01 (patch) | |
tree | 207893ea12f546f66024d07490c068637365bf9d /math | |
parent | 8488980c853b22cd4eb53e29a4eec3321cbe7d1a (diff) | |
download | freebsd-ports-gnome-873104deb8eb978cdff15b676fba25110072fe01.tar.gz freebsd-ports-gnome-873104deb8eb978cdff15b676fba25110072fe01.tar.zst freebsd-ports-gnome-873104deb8eb978cdff15b676fba25110072fe01.zip |
Add working MASTER_SITES
Submitted by: fenner (distfile survey)
Diffstat (limited to 'math')
-rw-r--r-- | math/thx_1138/Makefile | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/math/thx_1138/Makefile b/math/thx_1138/Makefile index dc7cc8fc4930..4392fb23b828 100644 --- a/math/thx_1138/Makefile +++ b/math/thx_1138/Makefile @@ -8,8 +8,8 @@ PORTNAME= thx_1138 PORTVERSION= 1.0.5 CATEGORIES= math -MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/thx/source/ \ - ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ +MASTER_SITES= ${MASTER_SITE_THX} +MASTER_SITE_SUBDIR= files/x11/scientific DISTNAME= ${PORTNAME:S,_,-,}_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org @@ -20,6 +20,19 @@ LIB_DEPENDS= jx-1_5_3.1:${JXPORT} \ j2dplot-0_6_5.0:${PORTSDIR}/x11-toolkits/libj2dplot \ jparser-1_1_8.1:${PORTSDIR}/x11-toolkits/libjparser +MASTER_SITE_THX+= \ + ftp://ftp.cadvision.com/pub/linuxberg/%SUBDIR%/ \ + ftp://ftp.bitcon.no/.2/linuxberg/%SUBDIR%/ \ + ftp://ftp.fct.unl.pt/.2/linuxberg/%SUBDIR%/ \ + ftp://ftp.datacomm.ch/.3/linuxberg/%SUBDIR%/ \ + ftp://ftp.chemo.tuniv.szczecin.pl/dsk2/www.linuxberg.com/%SUBDIR%/ \ + ftp://ftp.flashnet.it/mirror/8/linuxberg/%SUBDIR%/ \ + ftp://ftp.proxad.net/mirrors/ftp.linuxberg.com/%SUBDIR%/ \ + ftp://ftp.darenet.dk/mirrors/mirror.linuxberg.com/%SUBDIR%/ \ + ftp://ftp.sektornet.dk/mirrors/mirror.linuxberg.com/%SUBDIR%/ \ + ftp://ftp.uni-c.dk/mirrors/mirror.linuxberg.com/%SUBDIR%/ \ + ftp://ftp.is.co.za/packages/linuxberg/%SUBDIR%/ + WRKSRC= ${WRKDIR}/JX-1.5.3 USE_XLIB= yes |