diff options
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 3978545976c6..b79bdec75bcd 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,24 +1,21 @@ # New ports collection makefile for: sudo -# Version required: 1.5.9.4 +# Version required: 1.6 # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # # $FreeBSD$ # -DISTNAME= cu-sudo.v1.5.9p4 -PKGNAME= sudo-1.5.9.4 +DISTNAME= sudo-1.6 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ MAINTAINER= mharo@FreeBSD.org -WRKSRC= ${WRKDIR}/sudo.v1.5.9p4 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-skey \ - --with-opie \ - --with-logfac=LOG_AUTH \ + --sysconfdir=/usr/local/etc \ --disable-log-wrap \ --with-ignore-dot \ --with-tty-tickets \ |