pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-GRASS



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 18:12:42 UTC 2019

Modified Files:
        pkgsrc/math/R-GRASS: Makefile

Log Message:
R-GRASS: update to canonical form of an R package.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/R-GRASS/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-GRASS/Makefile
diff -u pkgsrc/math/R-GRASS/Makefile:1.9 pkgsrc/math/R-GRASS/Makefile:1.10
--- pkgsrc/math/R-GRASS/Makefile:1.9    Sat Jul 28 14:40:45 2018
+++ pkgsrc/math/R-GRASS/Makefile        Wed Jul 31 18:12:42 2019
@@ -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
 
+USE_LANGUAGES= c
+
 post-extract:
-       echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
+       ${ECHO} 'exportPattern(".")' > ${WRKSRC}/NAMESPACE
 
-.include "../../devel/zlib/buildlink3.mk"
 .include "../../math/R/Makefile.extension"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index