aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-11-20 03:49:12 +0800
committermarcus <marcus@FreeBSD.org>2005-11-20 03:49:12 +0800
commit784768ffdd7a91a4081841b1028279a546164692 (patch)
treebda913cc40e29df2008adaa5b56d53de20280921
parent453c2bbd140146c45b196129219b2ffff68f5b3a (diff)
downloadfreebsd-ports-gnome-784768ffdd7a91a4081841b1028279a546164692.tar.gz
freebsd-ports-gnome-784768ffdd7a91a4081841b1028279a546164692.tar.zst
freebsd-ports-gnome-784768ffdd7a91a4081841b1028279a546164692.zip
Fix capitalization of IGNORE message.
Pointed out by: kris
-rw-r--r--net/avahi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index e52212353610..abfa10a81073 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -48,7 +48,7 @@ OPTIONS= GTK2 "Build a GTK+ 2 browser utility" off
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-IGNORE= Does not work on FreeBSD 4.X
+IGNORE= does not work on FreeBSD 4.X
.endif
.if defined(WITH_GTK2)