summaryrefslogtreecommitdiff
path: root/textproc/gsed
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-17 22:24:20 +0000
committerrillig <rillig@pkgsrc.org>2020-03-17 22:24:20 +0000
commit2d096db7b436ac8d72d1bda0f418fe1a8b74a60f (patch)
tree8f4e1f7608ae09e6a85326288689e01ad567937c /textproc/gsed
parent2642f6fc7b8832766e16161a5725cff557f3998e (diff)
downloadpkgsrc-2d096db7b436ac8d72d1bda0f418fe1a8b74a60f.tar.gz
textproc/gsed: don't use Perl during the build
Diffstat (limited to 'textproc/gsed')
-rw-r--r--textproc/gsed/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index 7fa7b4ea35d..45ffe06db0d 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/01/27 10:37:33 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2020/03/17 22:24:20 rillig Exp $
DISTNAME= sed-4.8
PKGNAME= g${DISTNAME}
@@ -22,6 +22,9 @@ INSTALLATION_DIRS= ${PKGGNUDIR}bin ${PKGGNUDIR}${PKGMANDIR}/man1
# at least Solaris-2.9 has issues with grep/egrep
USE_TOOLS+= grep makeinfo
+# Prevent "Please add USE_TOOLS+=perl" warning at the end of configure phase.
+CONFIGURE_ENV+= PERL=
+
CONFIGURE_ARGS+= --program-prefix=g
.include "../../mk/bsd.prefs.mk"