summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2016-09-29 12:10:50 +0000
committerjoerg <joerg>2016-09-29 12:10:50 +0000
commitac2f378baa39fe594aa4ea51df40ce68416d5744 (patch)
tree4a54f3bb4f2082292bcc17e4dfa18a5d95826112
parent8e14ab79b7877fc84d551e7094c544ed4f83b99d (diff)
downloadpkgsrc-ac2f378baa39fe594aa4ea51df40ce68416d5744.tar.gz
Instruct Makefile how to find AWK
-rw-r--r--math/R-maps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R-maps/Makefile b/math/R-maps/Makefile
index b633108e20e..bff0901dfbf 100644
--- a/math/R-maps/Makefile
+++ b/math/R-maps/Makefile
@@ -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"