summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-07-08 18:08:52 +0000
committerdwcjr <dwcjr@FreeBSD.org>2002-07-08 18:08:52 +0000
commit27d2ff9d9bc8c91cc4e1490b44964c10678b831e (patch)
tree525bd1582af82ae7e90f1ed294b43438ae87b754 /net
parent55694627cfcc000ddac2ea14af2ac3ab455547bf (diff)
downloadFreeBSD-ports-27d2ff9d9bc8c91cc4e1490b44964c10678b831e.zip
FreeBSD-ports-27d2ff9d9bc8c91cc4e1490b44964c10678b831e.tar.gz
Fix broken verbage for acl on -stable
Diffstat (limited to 'net')
-rw-r--r--net/samba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 4068cf8..2038fdb 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -123,7 +123,7 @@ CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME}
.if defined(WITH_ACL_SUPPORT)
.if ${OSVERSION} < 500018
-BROKEN= "Requires a recent FreeBSD 5.0-CURRENT"
+BROKEN= "ACL support requires a recent FreeBSD 5.0-CURRENT"
.else
CONFIGURE_ARGS+= --with-acl-support
.endif
OpenPOWER on IntegriCloud