summaryrefslogtreecommitdiff
path: root/net/netatalk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-03-23 20:39:38 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-03-23 20:39:38 +0000
commit74b5b4f5f6225193a44bec0730e9a8f24c761ce8 (patch)
tree1af93190d9251be11a8be3dc3cdc438b771ad0fb /net/netatalk
parent- Update to 1.6.0 (diff)
Correct typo.
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Notes
Notes: svn path=/head/; revision=77314
Diffstat (limited to 'net/netatalk')
-rw-r--r--net/netatalk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index e293d8c59604..00ea638d3489 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -86,7 +86,7 @@ pre-everything::
@${ECHO_MSG} " WITHOUT_CNID=yes Turns off CNID persistent DID support"
@${ECHO_MSG} " WITH_SRVLOC=yes Enable Service Location Protocol support"
@${ECHO_MSG} " WITH_PAM=yes Enable PAM support"
- @${ECHO_MSG} " WITH_TIMELOARD=yes Enable Timelord network time service"
+ @${ECHO_MSG} " WITH_TIMELORD=yes Enable Timelord network time service"
@${ECHO_MSG} " WITH_MANGLING=yes Enable long file name mangling support (requires CNID)"
@${ECHO_MSG} ""
@${ECHO_MSG} "See Netatalk's Makefile for more details on some of these options."