summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoradam <adam>2009-12-11 19:45:46 +0000
committeradam <adam>2009-12-11 19:45:46 +0000
commit0d2a4a35b886299013c78e237b9db59020467674 (patch)
treef32426aff4c0975094f1800993c49841e65af365 /math
parent4dab83f4d48be8f69a194de879b4cda120e3f599 (diff)
downloadpkgsrc-0d2a4a35b886299013c78e237b9db59020467674.tar.gz
Wrong path in Makefile
Diffstat (limited to 'math')
-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"