diff options
author | obrien <obrien@FreeBSD.org> | 1997-10-22 16:46:03 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-10-22 16:46:03 +0800 |
commit | 845097357fdac8c24075bf0b32bb22ee4deabbbc (patch) | |
tree | fe49d5f40303a9a6223da288d1df4011ba968b3a /security/sudo | |
parent | f607bdc45e1fa0d4995c270d5b3acdb75b5313f7 (diff) | |
download | freebsd-ports-gnome-845097357fdac8c24075bf0b32bb22ee4deabbbc.tar.gz freebsd-ports-gnome-845097357fdac8c24075bf0b32bb22ee4deabbbc.tar.zst freebsd-ports-gnome-845097357fdac8c24075bf0b32bb22ee4deabbbc.zip |
Sudo's config is in fact the autoconf type.. lets say so.
Now sudo will obey ${PREFIX}
Diffstat (limited to 'security/sudo')
-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 |