diff options
author | grant <grant@pkgsrc.org> | 2004-02-09 08:13:04 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-09 08:13:04 +0000 |
commit | d9eb8b1b02ecace80dbe84380971a49829ecfdf3 (patch) | |
tree | b4deb12cb0eedd71411f6da635f74c0d18ca9327 /textproc/grep | |
parent | 9841f9b4f0e7d20d7cadb2db4bb04214988345e0 (diff) | |
download | pkgsrc-d9eb8b1b02ecace80dbe84380971a49829ecfdf3.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/grep')
-rw-r--r-- | textproc/grep/Makefile | 6 |
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" |