diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-09 07:50:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-09 07:50:02 +0000 |
commit | 45dba66f4e4d8eb2c065ca9f5c9f1a903696b8d7 (patch) | |
tree | 3a74e15b177fd99e9d62fa8b444c15a35a2628bb /security | |
parent | 95f34b47564d5b15b4cf5ff6c20d68b16bec9ae1 (diff) | |
download | ports-45dba66f4e4d8eb2c065ca9f5c9f1a903696b8d7.tar.gz ports-45dba66f4e4d8eb2c065ca9f5c9f1a903696b8d7.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 90b0110ff003..1b9619635dd7 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.15 1999/01/10 18:33:36 steve Exp $ +# $Id: Makefile,v 1.16 1999/03/08 16:27:28 erich Exp $ # DISTNAME= cu-sudo.v1.5.8p1 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ MAINTAINER= erich@FreeBSD.ORG +BROKEN= '1.5.8p2 is out' + WRKSRC= ${WRKDIR}/sudo.v1.5.8p1 GNU_CONFIGURE= yes |