summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgrant <grant>2003-06-24 06:45:46 +0000
committergrant <grant>2003-06-24 06:45:46 +0000
commit15b0fa347d744f80ef2c8fd3afa4338749104750 (patch)
tree8682ef8b45dabf4c0fbf33b54be4619ed22cffcb /net
parentf577b050819b7c3eed752a00dfc9bfabe09714d2 (diff)
downloadpkgsrc-15b0fa347d744f80ef2c8fd3afa4338749104750.tar.gz
quote a literal and indentation
Diffstat (limited to 'net')
-rw-r--r--net/ethereal/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index b347978e196..ffdd5f3a6e1 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2003/06/13 03:18:19 itojun Exp $
+# $NetBSD: Makefile,v 1.78 2003/06/24 06:45:46 grant Exp $
#
DISTNAME= ethereal-0.9.13
@@ -35,8 +35,8 @@ CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
.include "../../mk/bsd.prefs.mk"
# It really wants gnu sed or xpg4/bin/sed on solaris.
-.if ${OPSYS} == SunOS
-.include "../../textproc/gsed/buildlink2.mk"
+.if ${OPSYS} == "SunOS"
+. include "../../textproc/gsed/buildlink2.mk"
.endif
.include "../../devel/zlib/buildlink2.mk"