diff options
-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 |