diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-01-08 19:05:49 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-01-08 19:05:49 +0000 |
commit | 4d706f050ef4f77f5402325350609308f44470ed (patch) | |
tree | 300f2a2c1e2caafd8fdd11bb65792981e49bb5f0 /archivers/deepforest | |
parent | cb6d9a13c1d7ce6b27de14b1de47b511a63a8156 (diff) |
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 )
Notes
Notes:
svn path=/head/; revision=36955
Diffstat (limited to 'archivers/deepforest')
-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 |