diff options
-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 |