Thu Sep 29 12:10:51 2016 UTC ()
Instruct Makefile how to find AWK


(joerg)
diff -r1.9 -r1.10 pkgsrc/math/R-maps/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/math/R-maps/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-maps/Attic/Makefile 2016/01/17 15:16:30 1.9
+++ pkgsrc/math/R-maps/Attic/Makefile 2016/09/29 12:10:50 1.10
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.9 2016/01/17 15:16:30 joerg Exp $ 1# $NetBSD: Makefile,v 1.10 2016/09/29 12:10:50 joerg Exp $
2 2
3CATEGORIES= math 3CATEGORIES= math
4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= ${R_HOMEPAGE_BASE}/maps/ 7HOMEPAGE= ${R_HOMEPAGE_BASE}/maps/
8COMMENT= Display maps in R 8COMMENT= Display maps in R
9LICENSE= gnu-gpl-v2 9LICENSE= gnu-gpl-v2
10 10
11R_PKGNAME= maps 11R_PKGNAME= maps
12R_PKGVER= 2.3-9 12R_PKGVER= 2.3-9
13 13
14USE_TOOLS+= gmake 14USE_TOOLS+= gmake
 15MAKE_ENV+= AWK=${AWK:Q}
15 16
16.include "../../math/R/Makefile.extension" 17.include "../../math/R/Makefile.extension"
17.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"