diff options
author | lioux <lioux@FreeBSD.org> | 2001-06-26 11:28:46 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-06-26 11:28:46 +0800 |
commit | 3b6e87b0dd6e2eb90b373fe867a523a70c3a6d1b (patch) | |
tree | 71228ecac6d06224fca47e2ffd3498465c8f7e9b /math | |
parent | 87a46d3ecad72b4878cbc5c4a4e5519d36daa091 (diff) | |
download | freebsd-ports-gnome-3b6e87b0dd6e2eb90b373fe867a523a70c3a6d1b.tar.gz freebsd-ports-gnome-3b6e87b0dd6e2eb90b373fe867a523a70c3a6d1b.tar.zst freebsd-ports-gnome-3b6e87b0dd6e2eb90b373fe867a523a70c3a6d1b.zip |
Bad, bad lioux. Replace previously added botched MASTER_SITES (old distfile version). House distfiles under MASTER_SITE_LOCAL since it is not available anywhere else.
Diffstat (limited to 'math')
-rw-r--r-- | math/thx_1138/Makefile | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/math/thx_1138/Makefile b/math/thx_1138/Makefile index 4392fb23b828..33e1ebefb12a 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= ${MASTER_SITE_THX} -MASTER_SITE_SUBDIR= files/x11/scientific +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= lioux DISTNAME= ${PORTNAME:S,_,-,}_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org @@ -20,19 +20,6 @@ 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 |