diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-06-22 18:39:39 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-06-22 18:39:39 +0000 |
commit | 6a20701c9892b6dfd0778f60b91e63719227138b (patch) | |
tree | da14fe6870e85e9adb9f248e0334544cc4c00e63 /math/thx_1138 | |
parent | House distfiles it in ${MASTER_SITE_LOCAL} since these are not available anyw... (diff) |
Add working MASTER_SITES
Submitted by: fenner (distfile survey)
Notes
Notes:
svn path=/head/; revision=44327
Diffstat (limited to 'math/thx_1138')
-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 |