summaryrefslogtreecommitdiff
path: root/math/R-GRASS
diff options
context:
space:
mode:
authordholland <dholland>2013-12-07 19:32:48 +0000
committerdholland <dholland>2013-12-07 19:32:48 +0000
commitbd8596801c11bd3c6ae6a83e32248a83a4b925b2 (patch)
tree28cf8a8148fa3a6add15a330ecfff6568c3ff22b /math/R-GRASS
parentd2d88ba27240075ec2ddafa18f3e9f37ceb5499e (diff)
downloadpkgsrc-bd8596801c11bd3c6ae6a83e32248a83a4b925b2.tar.gz
Create wildcard NAMESPACE file; fixes build with latest R
Diffstat (limited to 'math/R-GRASS')
-rw-r--r--math/R-GRASS/Makefile5
1 files changed, 4 insertions, 1 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"