pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-maps Instruct Makefile how to find AWK



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33c82053ef95
branches:  trunk
changeset: 353116:33c82053ef95
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Sep 29 12:10:50 2016 +0000

description:
Instruct Makefile how to find AWK

diffstat:

 math/R-maps/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2aad16d3433c -r 33c82053ef95 math/R-maps/Makefile
--- a/math/R-maps/Makefile      Thu Sep 29 12:10:21 2016 +0000
+++ b/math/R-maps/Makefile      Thu Sep 29 12:10:50 2016 +0000
@@ -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_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