pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-GRASS R-GRASS: update to canonical form of an R...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1c1fcc2098ac
branches: trunk
changeset: 337128:1c1fcc2098ac
user: brook <brook%pkgsrc.org@localhost>
date: Wed Jul 31 18:12:42 2019 +0000
description:
R-GRASS: update to canonical form of an R package.
diffstat:
math/R-GRASS/Makefile | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r f4b4352842fa -r 1c1fcc2098ac math/R-GRASS/Makefile
--- a/math/R-GRASS/Makefile Wed Jul 31 18:08:50 2019 +0000
+++ b/math/R-GRASS/Makefile Wed Jul 31 18:12:42 2019 +0000
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.9 2018/07/28 14:40:45 brook Exp $
+# $NetBSD: Makefile,v 1.10 2019/07/31 18:12:42 brook Exp $
-CATEGORIES= databases math
+CATEGORIES= math databases geography R
-MAINTAINER= mchittur%cs.nmsu.edu@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= ${R_HOMEPAGE_BASE}/GRASS/
COMMENT= Interface between GRASS 5.0 geographical information system and R
R_PKGNAME= GRASS
R_PKGVER= 0.3-8
-post-extract:
- echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
+USE_LANGUAGES= c
-.include "../../devel/zlib/buildlink3.mk"
+post-extract:
+ ${ECHO} 'exportPattern(".")' > ${WRKSRC}/NAMESPACE
+
.include "../../math/R/Makefile.extension"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index