summaryrefslogtreecommitdiff
path: root/math/R-GRASS
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-12-07 19:32:48 +0000
committerdholland <dholland@pkgsrc.org>2013-12-07 19:32:48 +0000
commitaf697b5efcac025de501e3588206bb593b237d24 (patch)
tree28cf8a8148fa3a6add15a330ecfff6568c3ff22b /math/R-GRASS
parent97ca97e5e9fe31e1f4757029bd468d838c59c44d (diff)
downloadpkgsrc-af697b5efcac025de501e3588206bb593b237d24.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"