diff options
author | marcus <marcus@FreeBSD.org> | 2003-03-24 04:39:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-03-24 04:39:38 +0800 |
commit | 8f5f95a16ec867f9f229b4891a845e98879a5f04 (patch) | |
tree | 44de6740db39774cab3c74bfc7d422e3c9bdbfe8 /net/netatalk | |
parent | 6a37e3892b4f5c0e8b900b3f076057b5fdf66666 (diff) | |
download | freebsd-ports-gnome-8f5f95a16ec867f9f229b4891a845e98879a5f04.tar.gz freebsd-ports-gnome-8f5f95a16ec867f9f229b4891a845e98879a5f04.tar.zst freebsd-ports-gnome-8f5f95a16ec867f9f229b4891a845e98879a5f04.zip |
Correct typo.
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Diffstat (limited to 'net/netatalk')
-rw-r--r-- | net/netatalk/Makefile | 2 |
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." |