diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-23 14:29:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-23 14:29:32 +0000 |
commit | 39e94fffc7d19b30e32f3fdd8ff0ba16dc721028 (patch) | |
tree | fbb12badd2893923a64b7d4d83f5cf06fbbadac7 /security/sudo/Makefile | |
parent | 917ab36ba430f2862e4c7904a042da7fa5ea90d9 (diff) |
Notes
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index b283038947ea..8ba3c5574d54 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: sudo -# Version required: 1.5.3 +# Version required: 1.5.6.3 # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp $ +# $Id: Makefile,v 1.10 1998/01/13 13:49:01 erich Exp $ # -DISTNAME= cu-sudo.v1.5.4 -PKGNAME= sudo-1.5.4 +DISTNAME= cu-sudo.v1.5.6p3 +PKGNAME= sudo-1.5.6.3 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ EXTRACT_SUFX= .tar.Z -MAINTAINER= erich@rrnet.com +MAINTAINER= erich@FreeBSD.ORG GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-C2 --with-skey --with-fbsdops -WRKSRC= ${WRKDIR}/sudo.v1.5.4 +WRKSRC= ${WRKDIR}/sudo.v1.5.6p3 MAN5= sudoers.5 MAN8= sudo.8 visudo.8 |