diff options
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index f1cabe3cef7a..778698d81366 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: sudo -# Version required: 1.5 +# Version required: 1.5.3 # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.5 1996/11/12 00:05:35 obrien Exp $ +# $Id: Makefile,v 1.6 1996/11/18 14:13:33 asami Exp $ # -DISTNAME= cu-sudo.v1.5 -PKGNAME= sudo-1.5 +DISTNAME= cu-sudo.v1.5.3 +PKGNAME= sudo-1.5.3 CATEGORIES= security MASTER_SITES= ftp://freestuff.cs.colorado.edu/pub/sysadmin/sudo/ EXTRACT_SUFX= .tar.Z @@ -16,7 +16,7 @@ MAINTAINER= erich@rrnet.com HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-C2 --with-fbsdops -WRKSRC= ${WRKDIR}/sudo.v1.5 +WRKSRC= ${WRKDIR}/sudo.v1.5.3 MAN5= sudoers.5 MAN8= sudo.8 visudo.8 |