summaryrefslogtreecommitdiff
path: root/math/R-randomForest
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2009-12-11 19:45:46 +0000
committeradam <adam@pkgsrc.org>2009-12-11 19:45:46 +0000
commitda42eba854b853ff3dec71c7d106e0fce13a821c (patch)
treef32426aff4c0975094f1800993c49841e65af365 /math/R-randomForest
parentbc01685b81d9e9459a20234582e05b4d6339a1bf (diff)
downloadpkgsrc-da42eba854b853ff3dec71c7d106e0fce13a821c.tar.gz
Wrong path in Makefile
Diffstat (limited to 'math/R-randomForest')
-rw-r--r--math/R-randomForest/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-randomForest/Makefile b/math/R-randomForest/Makefile
index 51ec58fb632..75ef8c13ee5 100644
--- a/math/R-randomForest/Makefile
+++ b/math/R-randomForest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/12/11 19:06:17 adam Exp $
+# $NetBSD: Makefile,v 1.2 2009/12/11 19:45:46 adam Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -10,5 +10,5 @@ COMMENT= Classification and regression based on a forest of trees
R_PKGNAME= randomForest
R_PKGVER= 4.5-34
-.include "../../adam/R/Makefile.extension"
+.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"