diff options
author | mph <mph@FreeBSD.org> | 1998-04-20 11:17:26 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-04-20 11:17:26 +0800 |
commit | 64412ee5a9e39d3501dec94afb7d5470f324c24f (patch) | |
tree | c997d1059de8426f175731aa6819ae2f917444de /misc/gone | |
parent | 6b5f7d498944f560e9237614de028e616ae7125e (diff) | |
download | freebsd-ports-gnome-64412ee5a9e39d3501dec94afb7d5470f324c24f.tar.gz freebsd-ports-gnome-64412ee5a9e39d3501dec94afb7d5470f324c24f.tar.zst freebsd-ports-gnome-64412ee5a9e39d3501dec94afb7d5470f324c24f.zip |
Restore IS_INTERACTIVE that I improperly removed; if the "make configure"
stage is run by root, "configure" asks whether the program should be
installed setuid, to allow it to verify passwords.
A better solution may be a make variable.
Submitted by: Joe "Marcus" Clarke <marcus@miami.edu>
Diffstat (limited to 'misc/gone')
-rw-r--r-- | misc/gone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gone/Makefile b/misc/gone/Makefile index 9bc32111dc7f..363898685bd2 100644 --- a/misc/gone/Makefile +++ b/misc/gone/Makefile @@ -3,7 +3,7 @@ # Date created: 19 April 1998 # Whom: marcus # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/04/20 02:09:55 mph Exp $ # DISTNAME= gone-1.3 @@ -13,6 +13,7 @@ MASTER_SITES= http://jaguar.ir.miami.edu/~marcus/ MAINTAINER= marcus@miami.edu GNU_CONFIGURE= yes +IS_INTERACTIVE= yes MAN1= gone.1 |