diff options
author | mharo <mharo@FreeBSD.org> | 2006-07-28 14:54:29 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2006-07-28 14:54:29 +0800 |
commit | c04cd59817e29c62b2af6e26c738e8a4cc62c125 (patch) | |
tree | 71b22173596e82c7ba9eea6c49c614732b857b9b | |
parent | 519e883eb5c0544a8628c2296656a026c21a5988 (diff) | |
download | freebsd-ports-gnome-c04cd59817e29c62b2af6e26c738e8a4cc62c125.tar.gz freebsd-ports-gnome-c04cd59817e29c62b2af6e26c738e8a4cc62c125.tar.zst freebsd-ports-gnome-c04cd59817e29c62b2af6e26c738e8a4cc62c125.zip |
fix option text
Reported by: Nick Fishman <kwlogical@bellsouth.net>
-rw-r--r-- | security/sudo/Makefile | 2 |
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> |