diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1999-03-08 16:27:29 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1999-03-08 16:27:29 +0000 |
commit | a386786d2d530afdf319b7176203dc8d420995e6 (patch) | |
tree | 5fbec5797ff41a7bb0611641af1995496ba91062 /security/sudo/Makefile | |
parent | a377983bb685a22d6d9b8e457f2a12026e339549 (diff) | |
download | ports-a386786d2d530afdf319b7176203dc8d420995e6.tar.gz ports-a386786d2d530afdf319b7176203dc8d420995e6.zip |
Notes
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 604d85137a33..90b0110ff003 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -3,20 +3,28 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.14 1998/10/27 04:54:42 asami Exp $ +# $Id: Makefile,v 1.15 1999/01/10 18:33:36 steve Exp $ # -DISTNAME= cu-sudo.v1.5.7p4 -PKGNAME= sudo-1.5.7.4 +DISTNAME= cu-sudo.v1.5.8p1 +PKGNAME= sudo-1.5.8.1 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ -EXTRACT_SUFX= .tar.Z MAINTAINER= erich@FreeBSD.ORG +WRKSRC= ${WRKDIR}/sudo.v1.5.8p1 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-C2 --with-skey --with-fbsdops -WRKSRC= ${WRKDIR}/sudo.v1.5.7p4 + +CONFIGURE_ARGS= --with-skey \ + --with-opie \ + --with-logfac=LOG_AUTH \ + --disable-log-wrap \ + --with-ignore-dot \ + --with-tty-tickets \ + --with-env-editor \ + --disable-root-sudo + MAN5= sudoers.5 MAN8= sudo.8 visudo.8 |