summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-02-16 10:38:03 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-02-16 10:38:03 +0000
commitb92b9c2a9c51d7b091b7bf0cc35c15a912ce7422 (patch)
treeb23718d6533fe1ac1fd06e028edb6d957f554f54 /security/sudo
parentWhy in the hell was this port missing "MAINTAINER=jkh"?!? ;) (diff)
Fix ordering of variables.
Notes
Notes: svn path=/head/; revision=2716
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 17dc761a5f3c..0b0325611445 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -3,17 +3,17 @@
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.1.1.1 1995/09/22 13:52:50 erich Exp $
+# $Id: Makefile,v 1.2 1996/02/05 16:37:40 erich Exp $
#
DISTNAME= cu-sudo.v1.4
PKGNAME= sudo-1.4
-MAINTAINER= erich@rrnet.com
CATEGORIES+= sysutils
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/utilities/
-
EXTRACT_SUFX= .tar.Z
+MAINTAINER= erich@rrnet.com
+
HAS_CONFIGURE= yes
WRKSRC= ${WRKDIR}/sudo.v1.4