pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/grep bsd.pkg.mk now runs GNU configure script...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adb1e3927dd6
branches:  trunk
changeset: 467981:adb1e3927dd6
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Feb 09 08:13:04 2004 +0000

description:
bsd.pkg.mk now runs GNU configure scripts with ${SH}, so we no longer
need to do so here.

diffstat:

 textproc/grep/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (19 lines):

diff -r 27cb59242400 -r adb1e3927dd6 textproc/grep/Makefile
--- a/textproc/grep/Makefile    Mon Feb 09 07:54:58 2004 +0000
+++ b/textproc/grep/Makefile    Mon Feb 09 08:13:04 2004 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index