aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-06-20 12:58:12 +0800
committerlinimon <linimon@FreeBSD.org>2006-06-20 12:58:12 +0800
commit707d033ddbc84c8ac6c39ab0687130e1e4ecd6d0 (patch)
tree813686f9fb737edba7540b15d1679a3007f243ea
parent24f48b88435b82c1255c0ccf7a814810f37c9ca4 (diff)
downloadfreebsd-ports-gnome-707d033ddbc84c8ac6c39ab0687130e1e4ecd6d0.tar.gz
freebsd-ports-gnome-707d033ddbc84c8ac6c39ab0687130e1e4ecd6d0.tar.zst
freebsd-ports-gnome-707d033ddbc84c8ac6c39ab0687130e1e4ecd6d0.zip
Fix typo in IGNORE message.
-rw-r--r--Mk/bsd.apache.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk
index 54cc6bc164c9..bf824bd62288 100644
--- a/Mk/bsd.apache.mk
+++ b/Mk/bsd.apache.mk
@@ -294,7 +294,7 @@ APXS_PREFIX!= ${APXS} -q prefix 2> /dev/null || echo NULL
IGNORE= : Your apache does not support DSO modules
. endif
. if defined(AP_GENPLIST) && ${APXS_PREFIX} != ${PREFIX}
-IGNORE?= PREFIX must be egal to APXS_PREFIX.
+IGNORE?= PREFIX must be equal to APXS_PREFIX.
. endif
.endif