From bd8596801c11bd3c6ae6a83e32248a83a4b925b2 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 7 Dec 2013 19:32:48 +0000 Subject: Create wildcard NAMESPACE file; fixes build with latest R --- math/R-PHYLOGR/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'math/R-PHYLOGR/Makefile') diff --git a/math/R-PHYLOGR/Makefile b/math/R-PHYLOGR/Makefile index 40aa4a8405b..bc35fdb2859 100644 --- a/math/R-PHYLOGR/Makefile +++ b/math/R-PHYLOGR/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/04/15 14:48:26 brook Exp $ +# $NetBSD: Makefile,v 1.6 2013/12/07 19:32:48 dholland Exp $ # CATEGORIES= databases math @@ -12,5 +12,8 @@ LICENSE= gnu-gpl-v2 R_PKGNAME= PHYLOGR R_PKGVER= 1.0.7 +post-extract: + echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE + .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3