diff options
author | lioux <lioux@FreeBSD.org> | 2001-10-22 00:34:48 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-10-22 00:34:48 +0800 |
commit | f026d6a27d2f11a545160407e998c94766cbb632 (patch) | |
tree | ca5c48493aa84101da8da739f3ec97db4077ee30 /x11-toolkits | |
parent | 7dd00b37c2dc0f022b015684a21403e5daf3ee06 (diff) | |
download | freebsd-ports-gnome-f026d6a27d2f11a545160407e998c94766cbb632.tar.gz freebsd-ports-gnome-f026d6a27d2f11a545160407e998c94766cbb632.tar.zst freebsd-ports-gnome-f026d6a27d2f11a545160407e998c94766cbb632.zip |
House distfiles under MASTER_SITE_LOCAL since they are not available anywhere else
Submitted by: fenner (distfiles survey)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libjparser/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/libjsearch/Makefile | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/x11-toolkits/libjparser/Makefile b/x11-toolkits/libjparser/Makefile index f67062f711ca..e28f6aa30928 100644 --- a/x11-toolkits/libjparser/Makefile +++ b/x11-toolkits/libjparser/Makefile @@ -8,10 +8,8 @@ PORTNAME= libjparser PORTVERSION= 1.1.8 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/glove/source/ \ - ftp://ftp.newplanetsoftware.com/pub/thx/source/ \ - ftp://gd.tuwien.ac.at/hci/jx/source-1.5.3/ \ - ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= lioux DISTNAME= JParser_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org diff --git a/x11-toolkits/libjsearch/Makefile b/x11-toolkits/libjsearch/Makefile index 7bc0bc4d680d..49906b651a46 100644 --- a/x11-toolkits/libjsearch/Makefile +++ b/x11-toolkits/libjsearch/Makefile @@ -9,9 +9,8 @@ PORTNAME= libjsearch PORTVERSION= 0.5.6 PORTREVISION= 1 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/jx/source-1.5.3/ \ - ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ \ - ftp://gd.tuwien.ac.at/hci/jx/source-1.5.3/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= lioux DISTNAME= JSearch_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org |