diff options
author | grant <grant@pkgsrc.org> | 2003-06-24 06:45:46 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-24 06:45:46 +0000 |
commit | 5216c10bdd1aca51f60a497f7d94fbc2b5e47730 (patch) | |
tree | 8682ef8b45dabf4c0fbf33b54be4619ed22cffcb /net/ethereal | |
parent | 2499d462a21ea7457a8f6b120a623e978fc699b5 (diff) | |
download | pkgsrc-5216c10bdd1aca51f60a497f7d94fbc2b5e47730.tar.gz |
quote a literal and indentation
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 6 |
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" |