diff options
author | trevor <trevor@FreeBSD.org> | 2001-01-09 03:05:49 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-01-09 03:05:49 +0800 |
commit | d87f70fca3c2e3f321dafe8d2c5f484a1bc45cb0 (patch) | |
tree | 319331031323af94789162f8f2e088dba61c0c6c /archivers | |
parent | b8d40de517ce4fcf65ba3a82bb4af9c841e62642 (diff) | |
download | freebsd-ports-gnome-d87f70fca3c2e3f321dafe8d2c5f484a1bc45cb0.tar.gz freebsd-ports-gnome-d87f70fca3c2e3f321dafe8d2c5f484a1bc45cb0.tar.zst freebsd-ports-gnome-d87f70fca3c2e3f321dafe8d2c5f484a1bc45cb0.zip |
Use MASTER_SITE_LOCAL.
On 2000-12-29 I e-mailed KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
and ports@freebsd.org (with a link to a patch) to propose this
change. My mail did not bounce, but there was no response.
http://www.aaa-int.or.jp/~jfactory/JDE/dist/DeepForest-1.0a.tar.gz:
404 File Not Found (Last OK result Wed Jul 7 11:26:48 1999 )
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/deepforest/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile index c5a61420cd69..5ad0a062baef 100644 --- a/archivers/deepforest/Makefile +++ b/archivers/deepforest/Makefile @@ -8,7 +8,9 @@ PORTNAME= deepforest PORTVERSION= 1.0a CATEGORIES= ${CATEGORY_LIST} -MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +# http://www.aaa-int.or.jp/~jfactory/JDE/dist/ +MASTER_SITE_SUBDIR= trevor DISTNAME= DeepForest-${PORTVERSION} EXTRACT_ONLY= # extracted directly in install target |