summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-09 08:13:04 +0000
committergrant <grant@pkgsrc.org>2004-02-09 08:13:04 +0000
commit7d93d1dd5e4f2ada9ee42f3bd18618d609e52e0d (patch)
treeb4deb12cb0eedd71411f6da635f74c0d18ca9327 /textproc
parent6d713b3afb32a00b445e05f336b9a25442461231 (diff)
downloadpkgsrc-7d93d1dd5e4f2ada9ee42f3bd18618d609e52e0d.tar.gz
bsd.pkg.mk now runs GNU configure scripts with ${SH}, so we no longer
need to do so here.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/grep/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile
index 2dc3e39e19a..5d18072e920 100644
--- a/textproc/grep/Makefile
+++ b/textproc/grep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/09/18 19:13:50 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2004/02/09 08:13:04 grant Exp $
#
DISTNAME= grep-2.5.1
@@ -30,9 +30,5 @@ CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX}
PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX}
BUILD_DEFS+= GNU_PROGRAM_PREFIX
-.if ${OPSYS} == "SunOS"
-CONFIGURE_SCRIPT= ${SH} ./configure
-.endif
-
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"