summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorgrant <grant>2004-02-09 08:13:04 +0000
committergrant <grant>2004-02-09 08:13:04 +0000
commit901dc62125d3f9d87cf79094996dbe4b305c2270 (patch)
treeb4deb12cb0eedd71411f6da635f74c0d18ca9327 /textproc
parenteeca4c5a755f954075f89a14a5ce414a20b1bf8b (diff)
downloadpkgsrc-901dc62125d3f9d87cf79094996dbe4b305c2270.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"