summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 19:11:08 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 19:11:08 +0000
commit369f1cad27d0ee947119875332d4a9cf8ab039f8 (patch)
treeaca5f6a658ae885712faed21087121719bc7f668 /math
parentc360a8e5d12e51226d2202ea0f3d4e090b659a95 (diff)
downloadpkgsrc-369f1cad27d0ee947119875332d4a9cf8ab039f8.tar.gz
R-clim.pact: update to canonical form of an R package.
Diffstat (limited to 'math')
-rw-r--r--math/R-clim.pact/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/R-clim.pact/Makefile b/math/R-clim.pact/Makefile
index 7639a94adfa..4ee7c2eabbd 100644
--- a/math/R-clim.pact/Makefile
+++ b/math/R-clim.pact/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/07/28 14:40:47 brook Exp $
+# $NetBSD: Makefile,v 1.9 2019/07/31 19:11:08 brook Exp $
-CATEGORIES= math
+CATEGORIES= math R
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/clim.pact/
@@ -13,8 +13,10 @@ R_PKGVER= 2.3-10
DEPENDS+= R-akima>=0.5.7:../../math/R-akima
DEPENDS+= R-ncdf>=1.6.6:../../math/R-ncdf
+USE_LANGUAGES= # none
+
post-extract:
- echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
+ ${ECHO} 'exportPattern(".")' > ${WRKSRC}/NAMESPACE
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"