diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-02-16 10:38:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-02-16 10:38:03 +0000 |
commit | b92b9c2a9c51d7b091b7bf0cc35c15a912ce7422 (patch) | |
tree | b23718d6533fe1ac1fd06e028edb6d957f554f54 /security/sudo | |
parent | b31575b193d0da2010551deb2e474eea658f6d6f (diff) | |
download | ports-b92b9c2a9c51d7b091b7bf0cc35c15a912ce7422.tar.gz ports-b92b9c2a9c51d7b091b7bf0cc35c15a912ce7422.zip |
Notes
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 6 |
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 |