summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-08-30 12:56:30 +0000
committerjoerg <joerg@pkgsrc.org>2013-08-30 12:56:30 +0000
commitd8fa056fcf7bfdec4685a6cd26254c98c74506b8 (patch)
tree78a824c8726f34eea4c88709953b9615340e4fda /math
parentc70d8e3892bcc11ab40b1955ac1bb381cbd17a4b (diff)
downloadpkgsrc-d8fa056fcf7bfdec4685a6cd26254c98c74506b8.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"