summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/R-GRASS/Makefile5
-rw-r--r--math/R-PHYLOGR/Makefile5
-rw-r--r--math/R-clim.pact/Makefile5
3 files changed, 12 insertions, 3 deletions
diff --git a/math/R-GRASS/Makefile b/math/R-GRASS/Makefile
index 08940dcfb93..b73fac08d81 100644
--- a/math/R-GRASS/Makefile
+++ b/math/R-GRASS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/12/11 19:14:36 adam Exp $
+# $NetBSD: Makefile,v 1.7 2013/12/07 19:32:48 dholland Exp $
CATEGORIES= databases math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -10,5 +10,8 @@ COMMENT= Interface between GRASS 5.0 geographical information system and R
R_PKGNAME= GRASS
R_PKGVER= 0.3-8
+post-extract:
+ echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-PHYLOGR/Makefile b/math/R-PHYLOGR/Makefile
index 40aa4a8405b..bc35fdb2859 100644
--- a/math/R-PHYLOGR/Makefile
+++ b/math/R-PHYLOGR/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/04/15 14:48:26 brook Exp $
+# $NetBSD: Makefile,v 1.6 2013/12/07 19:32:48 dholland Exp $
#
CATEGORIES= databases math
@@ -12,5 +12,8 @@ LICENSE= gnu-gpl-v2
R_PKGNAME= PHYLOGR
R_PKGVER= 1.0.7
+post-extract:
+ echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-clim.pact/Makefile b/math/R-clim.pact/Makefile
index 3e2361564c1..7c1382d8a45 100644
--- a/math/R-clim.pact/Makefile
+++ b/math/R-clim.pact/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/04/15 16:15:31 brook Exp $
+# $NetBSD: Makefile,v 1.7 2013/12/07 19:32:48 dholland Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -14,5 +14,8 @@ R_PKGVER= 2.3-10
DEPENDS+= R-akima>=0.5.7:../../math/R-akima
DEPENDS+= R-ncdf>=1.6.6:../../math/R-ncdf
+post-extract:
+ echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"