diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-06-24 17:03:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-06-24 17:03:08 +0000 |
commit | b4293277342a740d458c04d255ea3c945b779ed0 (patch) | |
tree | 3643c89e882962c2deb88781a34d75e0bf450f6f /archivers | |
parent | Remove mastersites that are either not carrying the current version, (diff) |
remove mastersite which no longer has this software.
PR: ports/67024
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
Approved by: maintainer timeout (4 weeks)
Notes
Notes:
svn path=/head/; revision=112155
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/deepforest/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile index 3b28bacfdc4f..2eb3642b4958 100644 --- a/archivers/deepforest/Makefile +++ b/archivers/deepforest/Makefile @@ -8,9 +8,8 @@ PORTNAME= deepforest PORTVERSION= 1.0a CATEGORIES= ${CATEGORY_LIST} -MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= . kiri +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kiri DISTNAME= DeepForest-${PORTVERSION} EXTRACT_ONLY= # extracted directly in install target |