diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-18 07:08:30 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-18 07:08:30 +0800 |
commit | 33704cc69e93748555f1dad4bfa6ba13e226faad (patch) | |
tree | 3cb72eeb79df16650af83da3a61117a9d89afe5d /security/sudo/Makefile | |
parent | 6859b3c52fdb86f30dfc7cf95f1944967df069af (diff) | |
download | freebsd-ports-gnome-33704cc69e93748555f1dad4bfa6ba13e226faad.tar.gz freebsd-ports-gnome-33704cc69e93748555f1dad4bfa6ba13e226faad.tar.zst freebsd-ports-gnome-33704cc69e93748555f1dad4bfa6ba13e226faad.zip |
update to 1.6.3
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 9cc6a9bb1e66..8ad8eee33fc4 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.2p3 +PORTVERSION= 1.6.3 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ @@ -22,13 +22,13 @@ CONFIGURE_ARGS= --with-skey \ --with-env-editor \ --with-insults \ --with-all-insults \ + --with-logincap \ --disable-root-sudo MAN5= sudoers.5 MAN8= sudo.8 visudo.8 post-patch: - perl -i -pe 's,!!PREFIX!!,${PREFIX},g' ${WRKSRC}/*.man perl -i -pe 's,^,#,g' ${WRKSRC}/sample.sudoers post-install: |