summaryrefslogtreecommitdiff
path: root/math/R-PHYLOGR
diff options
context:
space:
mode:
authordholland <dholland>2013-12-07 19:32:48 +0000
committerdholland <dholland>2013-12-07 19:32:48 +0000
commitbd8596801c11bd3c6ae6a83e32248a83a4b925b2 (patch)
tree28cf8a8148fa3a6add15a330ecfff6568c3ff22b /math/R-PHYLOGR
parentd2d88ba27240075ec2ddafa18f3e9f37ceb5499e (diff)
downloadpkgsrc-bd8596801c11bd3c6ae6a83e32248a83a4b925b2.tar.gz
Create wildcard NAMESPACE file; fixes build with latest R
Diffstat (limited to 'math/R-PHYLOGR')
-rw-r--r--math/R-PHYLOGR/Makefile5
1 files changed, 4 insertions, 1 deletions
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"