diff options
author | erich <erich@FreeBSD.org> | 1996-02-06 00:37:53 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-02-06 00:37:53 +0800 |
commit | bd8d8b7e576146c273fa39bb6ac7267499646c0c (patch) | |
tree | ec2c6e5b58ea11ff8cfb248fc179a6d491abf067 /security/sudo/Makefile | |
parent | c50087ca617a278f99f403b26ee424ea52efb7cb (diff) | |
download | freebsd-ports-gnome-bd8d8b7e576146c273fa39bb6ac7267499646c0c.tar.gz freebsd-ports-gnome-bd8d8b7e576146c273fa39bb6ac7267499646c0c.tar.zst freebsd-ports-gnome-bd8d8b7e576146c273fa39bb6ac7267499646c0c.zip |
upgrade to version 1.4
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 3fc81a8428ea..17dc761a5f3c 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,19 +1,20 @@ # New ports collection makefile for: sudo -# Version required: 1.3.1pl4 +# Version required: 1.4 # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/09/22 13:52:50 erich Exp $ # -DISTNAME= cu-sudo.v1.3.1pl4 -PKGNAME= sudo-1.3.1.4 +DISTNAME= cu-sudo.v1.4 +PKGNAME= sudo-1.4 MAINTAINER= erich@rrnet.com CATEGORIES+= sysutils -MASTER_SITES= ftp://mroe.cs.colorado.edu/pub/sysadmin/utilities/ +MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/utilities/ + EXTRACT_SUFX= .tar.Z HAS_CONFIGURE= yes -WRKSRC= ${WRKDIR}/sudo.v1.3.1pl4 +WRKSRC= ${WRKDIR}/sudo.v1.4 .include <bsd.port.mk> |