Fri Dec 11 19:45:46 2009 UTC ()
Wrong path in Makefile


(adam)
diff -r1.1.1.1 -r1.2 pkgsrc/math/R-randomForest/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/math/R-randomForest/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-randomForest/Makefile 2009/12/11 19:06:17 1.1.1.1
+++ pkgsrc/math/R-randomForest/Makefile 2009/12/11 19:45:46 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1.1.1 2009/12/11 19:06:17 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2009/12/11 19:45:46 adam Exp $
2 2
3CATEGORIES= math 3CATEGORIES= math
4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/ 7HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/
8COMMENT= Classification and regression based on a forest of trees 8COMMENT= Classification and regression based on a forest of trees
9 9
10R_PKGNAME= randomForest 10R_PKGNAME= randomForest
11R_PKGVER= 4.5-34 11R_PKGVER= 4.5-34
12 12
13.include "../../adam/R/Makefile.extension" 13.include "../../math/R/Makefile.extension"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"