summaryrefslogtreecommitdiff
path: root/math/R-combinat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-combinat/Makefile')
-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"