summaryrefslogtreecommitdiff
path: root/security/sudo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r--security/sudo/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 0b0325611445..f344e2e596ab 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,20 +1,21 @@
# New ports collection makefile for: sudo
-# Version required: 1.4
+# Version required: 1.5
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.2 1996/02/05 16:37:40 erich Exp $
+# $Id: Makefile,v 1.3 1996/02/16 10:38:03 asami Exp $
#
-DISTNAME= cu-sudo.v1.4
-PKGNAME= sudo-1.4
+DISTNAME= cu-sudo.v1.5
+PKGNAME= sudo-1.5
CATEGORIES+= sysutils
-MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/utilities/
+MASTER_SITES= ftp://freestuff.cs.colorado.edu//pub/sysadmin/sudo/
EXTRACT_SUFX= .tar.Z
MAINTAINER= erich@rrnet.com
HAS_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/sudo.v1.4
+CONFIGURE_ARGS= --with-C2 --with-fbsdops
+WRKSRC= ${WRKDIR}/sudo.v1.5
.include <bsd.port.mk>