diff options
author | steve <steve@FreeBSD.org> | 1999-01-10 18:33:41 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-10 18:33:41 +0000 |
commit | 2cd81c7b2eae52a030a451bf19d4591e6d83cc12 (patch) | |
tree | 7b1dc44f90effa03aba8315958e91482e4dd55de /security/sudo/Makefile | |
parent | f94806190d1a373d28b9e2430d2a58e98c509952 (diff) | |
download | FreeBSD-ports-2cd81c7b2eae52a030a451bf19d4591e6d83cc12.zip FreeBSD-ports-2cd81c7b2eae52a030a451bf19d4591e6d83cc12.tar.gz |
Update to version 1.5.7.4.
PR: 9346
Submitted by: Palle Girgensohn <girgen@partitur.se>
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 95d7fab..604d851 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -3,11 +3,11 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.13 1998/10/26 13:20:23 vanilla Exp $ +# $Id: Makefile,v 1.14 1998/10/27 04:54:42 asami Exp $ # -DISTNAME= cu-sudo.v1.5.6p5 -PKGNAME= sudo-1.5.6.5 +DISTNAME= cu-sudo.v1.5.7p4 +PKGNAME= sudo-1.5.7.4 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ EXTRACT_SUFX= .tar.Z @@ -16,7 +16,7 @@ MAINTAINER= erich@FreeBSD.ORG GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-C2 --with-skey --with-fbsdops -WRKSRC= ${WRKDIR}/sudo.v1.5.6p5 +WRKSRC= ${WRKDIR}/sudo.v1.5.7p4 MAN5= sudoers.5 MAN8= sudo.8 visudo.8 |