pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-maps



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Sep 29 12:10:51 UTC 2016

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

Log Message:
Instruct Makefile how to find AWK


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/R-maps/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-maps/Makefile
diff -u pkgsrc/math/R-maps/Makefile:1.9 pkgsrc/math/R-maps/Makefile:1.10
--- pkgsrc/math/R-maps/Makefile:1.9     Sun Jan 17 15:16:30 2016
+++ pkgsrc/math/R-maps/Makefile Thu Sep 29 12:10:50 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/01/17 15:16:30 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2016/09/29 12:10:50 joerg Exp $
 
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
@@ -12,6 +12,7 @@ R_PKGNAME=    maps
 R_PKGVER=      2.3-9
 
 USE_TOOLS+=    gmake
+MAKE_ENV+=     AWK=${AWK:Q}
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index