diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-21 15:48:05 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-21 15:48:05 +0000 |
commit | 4bb2ad279f7d261d50b927230433319e3efca1b4 (patch) | |
tree | c28f77e9cc32a64190b1bf1f350f06c1c4d61be9 /x11-toolkits/libj2dplot | |
parent | 13e46085b5e5daee1975be9cb0230fa6ebd547ad (diff) | |
download | ports-4bb2ad279f7d261d50b927230433319e3efca1b4.tar.gz ports-4bb2ad279f7d261d50b927230433319e3efca1b4.zip |
House it under MASTER_SITE_LOCAL since it is not available anywhere
else
Submitted by: fenner (distfiles survey)
Notes
Notes:
svn path=/head/; revision=49025
Diffstat (limited to 'x11-toolkits/libj2dplot')
-rw-r--r-- | x11-toolkits/libj2dplot/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/libj2dplot/Makefile b/x11-toolkits/libj2dplot/Makefile index c0d6e6e8f710..27f12f2b2c21 100644 --- a/x11-toolkits/libj2dplot/Makefile +++ b/x11-toolkits/libj2dplot/Makefile @@ -8,10 +8,8 @@ PORTNAME= libj2dplot PORTVERSION= 0.6.5 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= J2DPlot_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org |