diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-06-26 03:28:46 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-06-26 03:28:46 +0000 |
commit | 76667f3203c2ecf0ab4624512089f4be6c047c58 (patch) | |
tree | 899026f2d5eb30641409976e2a4f0e7b718f896e /math | |
parent | 07f073e51708916ee9c177b3daee39b0226da95a (diff) | |
download | ports-76667f3203c2ecf0ab4624512089f4be6c047c58.tar.gz ports-76667f3203c2ecf0ab4624512089f4be6c047c58.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.
Notes
Notes:
svn path=/head/; revision=44439
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 |