From 190412b1c996013835fddfda801328311c06484e Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 30 Aug 2013 12:56:30 +0000 Subject: Create wildcard NAMESPACE file to fix build with R 3.0.1. --- math/R-combinat/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'math') 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" -- cgit v1.2.3