diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-22 08:46:03 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-22 08:46:03 +0000 |
commit | 7c99add2f6b89774051be3de15d94015b6be3cd9 (patch) | |
tree | 9cec679330a9770044af34bb3caa9802090686ed | |
parent | Port cleanup. Upgrade version number to 3f5. (diff) |
Sudo's config is in fact the autoconf type.. lets say so.
Now sudo will obey ${PREFIX}
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 778698d81366..a660ea4e85d9 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.6 1996/11/18 14:13:33 asami Exp $ +# $Id: Makefile,v 1.7 1996/11/26 15:27:10 erich Exp $ # DISTNAME= cu-sudo.v1.5.3 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= erich@rrnet.com -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-C2 --with-fbsdops WRKSRC= ${WRKDIR}/sudo.v1.5.3 MAN5= sudoers.5 |