pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/grep



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May  3 08:00:42 UTC 2020

Modified Files:
        pkgsrc/textproc/grep: Makefile

Log Message:
textproc/grep: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/textproc/grep/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/grep/Makefile
diff -u pkgsrc/textproc/grep/Makefile:1.57 pkgsrc/textproc/grep/Makefile:1.58
--- pkgsrc/textproc/grep/Makefile:1.57  Sun Dec 15 22:09:30 2019
+++ pkgsrc/textproc/grep/Makefile       Sun May  3 08:00:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2019/12/15 22:09:30 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2020/05/03 08:00:42 rillig Exp $
 
 DISTNAME=      grep-3.3
 CATEGORIES=    textproc
@@ -16,6 +16,7 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --enable-perl-regexp
 CONFIGURE_ARGS+=       --program-prefix=g
 CONFIGURE_ENV+=                MKDIR_P=${INSTALL_DATA_DIR:Q}
+CONFIGURE_ENV+=                PERL= # none
 INFO_FILES=            yes
 TEXINFO_REQD=          4.0
 



Home | Main Index | Thread Index | Old Index