summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2006-07-28 06:54:29 +0000
committerMichael Haro <mharo@FreeBSD.org>2006-07-28 06:54:29 +0000
commit79a697ea8ac0972aa7967cf07baf35ff757508da (patch)
tree9c4581b5b24c41fd25bc61c7444060c206340c40 /security/sudo
parentAdd a missing dependency on intlhack. (diff)
fix option text
Reported by: Nick Fishman <kwlogical@bellsouth.net>
Notes
Notes: svn path=/head/; revision=168939
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index ecfa69dbfe11..ce68e85cbbd6 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -37,7 +37,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
OPTIONS= LDAP "With LDAP support" off \
OPIE "With OPIE support" off \
- SHELL_SETS_HOME "Set $HOME to target user in shell mode" off
+ SHELL_SETS_HOME "Set HOME env to target user in shell mode" off
.include <bsd.port.pre.mk>