From cba1a3d5a71ef30cb4a5cc3b42cbe2133ec473b0 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 27 Sep 2004 23:02:20 +0000 Subject: [PATCH] Correct case of IGNORE string Approved by: portmgr (self) --- irc/bitchx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index b240a0244f92..566a6d1b6f45 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -78,7 +78,7 @@ USE_AUTOCONF_VER=253 .endif .if ${ARCH} == "alpha" || ${ARCH} == "ia64" || ${ARCH} == "amd64" -IGNORE= "Dumps core on startup" +IGNORE= "dumps core on startup" .endif .if defined(WITH_IPV6)