aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-28 07:02:20 +0800
committerkris <kris@FreeBSD.org>2004-09-28 07:02:20 +0800
commitcd3fda4c9b646919ab74c582e2d654db3ca0f0fd (patch)
treeb75bc84bd1e1905657f0744d86f886a2f0ebe57f /irc
parentf1527252e5bca6bc28fa36a19bb91cd44137aa7b (diff)
downloadfreebsd-ports-gnome-cd3fda4c9b646919ab74c582e2d654db3ca0f0fd.tar.gz
freebsd-ports-gnome-cd3fda4c9b646919ab74c582e2d654db3ca0f0fd.tar.zst
freebsd-ports-gnome-cd3fda4c9b646919ab74c582e2d654db3ca0f0fd.zip
Correct case of IGNORE string
Approved by: portmgr (self)
Diffstat (limited to 'irc')
-rw-r--r--irc/bitchx/Makefile2
1 files changed, 1 insertions, 1 deletions
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)