summaryrefslogtreecommitdiff
path: root/textproc/grep
diff options
context:
space:
mode:
authorgrant <grant>2003-06-24 05:29:06 +0000
committergrant <grant>2003-06-24 05:29:06 +0000
commit722df3d404cd95f25aaed0a0de2d4ccbde0abb86 (patch)
tree6d28b742281a408e0f2844252e75af62f96fff93 /textproc/grep
parentfad452651ce810576cbd745c068806b68038c98a (diff)
downloadpkgsrc-722df3d404cd95f25aaed0a0de2d4ccbde0abb86.tar.gz
remove unneeded parens, quote a literal in .if
Diffstat (limited to 'textproc/grep')
-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