summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg>2013-08-30 12:56:30 +0000
committerjoerg <joerg>2013-08-30 12:56:30 +0000
commit190412b1c996013835fddfda801328311c06484e (patch)
tree78a824c8726f34eea4c88709953b9615340e4fda /math
parent07e6cfaffeb3a4363ec4fc3ed6045b40207b5eae (diff)
downloadpkgsrc-190412b1c996013835fddfda801328311c06484e.tar.gz
Create wildcard NAMESPACE file to fix build with R 3.0.1.
Diffstat (limited to 'math')
-rw-r--r--math/R-combinat/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/R-combinat/Makefile b/math/R-combinat/Makefile
index e7c25901be3..df779e73cd4 100644
--- a/math/R-combinat/Makefile
+++ b/math/R-combinat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/04/15 13:16:35 brook Exp $
+# $NetBSD: Makefile,v 1.6 2013/08/30 12:56:30 joerg Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -11,5 +11,8 @@ LICENSE= gnu-gpl-v2
R_PKGNAME= combinat
R_PKGVER= 0.0-8
+post-extract:
+ echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"