diff options
author | asami <asami@FreeBSD.org> | 1998-10-26 08:58:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-26 08:58:30 +0000 |
commit | 641f38a9af2d67791d828586e4078f38ba11196c (patch) | |
tree | 55a94ab5580fb332caa6547a4b17cfd5821b2cc9 /security | |
parent | 7161a558980263ae33d0b0ab30b9259920fd9376 (diff) | |
download | FreeBSD-ports-641f38a9af2d67791d828586e4078f38ba11196c.zip FreeBSD-ports-641f38a9af2d67791d828586e4078f38ba11196c.tar.gz |
The distfile doesn't exist on master site anymore....
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 8ba3c55..2778a4a 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.10 1998/01/13 13:49:01 erich Exp $ +# $Id: Makefile,v 1.11 1998/10/23 14:29:31 vanilla Exp $ # DISTNAME= cu-sudo.v1.5.6p3 @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= erich@FreeBSD.ORG +BROKEN= fetch + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-C2 --with-skey --with-fbsdops WRKSRC= ${WRKDIR}/sudo.v1.5.6p3 |