diff options
author | Michael Haro <mharo@FreeBSD.org> | 2006-07-28 06:54:29 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2006-07-28 06:54:29 +0000 |
commit | 79a697ea8ac0972aa7967cf07baf35ff757508da (patch) | |
tree | 9c4581b5b24c41fd25bc61c7444060c206340c40 /security/sudo | |
parent | 752d8bc84d228a9d8475a01c09fda13f2d6cd725 (diff) | |
download | ports-79a697ea8ac0972aa7967cf07baf35ff757508da.tar.gz ports-79a697ea8ac0972aa7967cf07baf35ff757508da.zip |
Notes
Diffstat (limited to 'security/sudo')
-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> |