diff options
author | joerg <joerg> | 2013-08-30 12:56:30 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-08-30 12:56:30 +0000 |
commit | b6316e2987fd5917ff5e9bf8b37b2358ab1f295a (patch) | |
tree | 78a824c8726f34eea4c88709953b9615340e4fda /math | |
parent | c5d271981f1e822214425943d99e3a2f426b23ce (diff) | |
download | pkgsrc-b6316e2987fd5917ff5e9bf8b37b2358ab1f295a.tar.gz |
Create wildcard NAMESPACE file to fix build with R 3.0.1.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-combinat/Makefile | 5 |
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" |