pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-clim.pact
Module Name: pkgsrc
Committed By: brook
Date: Wed Jul 31 19:11:08 UTC 2019
Modified Files:
pkgsrc/math/R-clim.pact: Makefile
Log Message:
R-clim.pact: update to canonical form of an R package.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R-clim.pact/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-clim.pact/Makefile
diff -u pkgsrc/math/R-clim.pact/Makefile:1.8 pkgsrc/math/R-clim.pact/Makefile:1.9
--- pkgsrc/math/R-clim.pact/Makefile:1.8 Sat Jul 28 14:40:47 2018
+++ pkgsrc/math/R-clim.pact/Makefile Wed Jul 31 19:11:08 2019
@@ -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@localhost
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"
Home |
Main Index |
Thread Index |
Old Index