diff options
author | asami <asami@FreeBSD.org> | 1996-02-16 18:38:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-02-16 18:38:03 +0800 |
commit | 372ce906d512d3afa82bab35bd56860d11950139 (patch) | |
tree | fe7acb7e1ed84b8c99c10b85460db1ffcde9bed2 /security | |
parent | 77f8f5735494d3412996eb265314f4474592d817 (diff) | |
download | freebsd-ports-gnome-372ce906d512d3afa82bab35bd56860d11950139.tar.gz freebsd-ports-gnome-372ce906d512d3afa82bab35bd56860d11950139.tar.zst freebsd-ports-gnome-372ce906d512d3afa82bab35bd56860d11950139.zip |
Fix ordering of variables.
Diffstat (limited to 'security')
-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 |