From d87f70fca3c2e3f321dafe8d2c5f484a1bc45cb0 Mon Sep 17 00:00:00 2001 From: trevor Date: Mon, 8 Jan 2001 19:05:49 +0000 Subject: Use MASTER_SITE_LOCAL. On 2000-12-29 I e-mailed KIRIYAMA Kazuhiko 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 ) --- archivers/deepforest/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archivers') 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 -- cgit