summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-06-24 05:29:06 +0000
committergrant <grant@pkgsrc.org>2003-06-24 05:29:06 +0000
commit075bc5c43d14b233fcbf05efd713829a7eb3b1f9 (patch)
tree6d28b742281a408e0f2844252e75af62f96fff93 /textproc
parent148ca96d3ab0614a49c0ea25aa135ebb297cef58 (diff)
downloadpkgsrc-075bc5c43d14b233fcbf05efd713829a7eb3b1f9.tar.gz
remove unneeded parens, quote a literal in .if
Diffstat (limited to 'textproc')
-rw-r--r--textproc/grep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile
index 8d5a62f153f..050a7f52831 100644
--- a/textproc/grep/Makefile
+++ b/textproc/grep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/02/13 07:33:34 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2003/06/24 05:29:06 grant Exp $
#
DISTNAME= grep-2.5.1
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX}
PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX}
BUILD_DEFS+= GNU_PROGRAM_PREFIX
-.if (${OPSYS} == SunOS)
+.if ${OPSYS} == "SunOS"
CONFIGURE_SCRIPT= ${SH} ./configure
.endif