pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/jgrep No need for AWK_PROG in MAKE_ENV



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5d42d75c0e7
branches:  trunk
changeset: 347727:f5d42d75c0e7
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Sat May 28 11:06:03 2016 +0000

description:
No need for AWK_PROG in MAKE_ENV

diffstat:

 textproc/jgrep/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 377796ddcd53 -r f5d42d75c0e7 textproc/jgrep/Makefile
--- a/textproc/jgrep/Makefile   Sat May 28 11:00:50 2016 +0000
+++ b/textproc/jgrep/Makefile   Sat May 28 11:06:03 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/05/28 11:00:50 cheusov Exp $
+# $NetBSD: Makefile,v 1.5 2016/05/28 11:06:03 cheusov Exp $
 #
 
 DISTNAME=      jgrep-0.5.1
@@ -21,7 +21,6 @@
 TEST_TARGET=   test
 
 MAKE_ENV+=     MANDIR=${PREFIX}/${PKGMANDIR}
-MAKE_ENV+=     AWK_PROG=${AWK:Q}
 
 MAVEN_FLAGS+=  -Duser.home=${FAKEHOMEDIR}
 MAVEN_FLAGS+=  -Dmaven.repo.local=${WRKDIR}/deps



Home | Main Index | Thread Index | Old Index