diff options
author | asami <asami@FreeBSD.org> | 1995-04-24 21:50:34 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-24 21:50:34 +0000 |
commit | f5f75e76184531b9b58d98ae58596ccd1670ac50 (patch) | |
tree | f8602414ef6236eb21f0051fc8270afb278cadd3 /lang/STk | |
parent | ea1aa24a7735960871ff1e915af31fba8d0de9af (diff) | |
download | FreeBSD-ports-f5f75e76184531b9b58d98ae58596ccd1670ac50.zip FreeBSD-ports-f5f75e76184531b9b58d98ae58596ccd1670ac50.tar.gz |
This port IS_INTERACTIVE (asks if you want to delete old installation).
Diffstat (limited to 'lang/STk')
-rw-r--r-- | lang/STk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile index 55c5bc3..367aea4 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Dec 1994 # Whom: jmacd@uclink.berkeley.edu # -# $Id: Makefile,v 1.5 1995/04/15 05:44:28 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/15 23:41:41 jmacd Exp $ # DISTNAME= STk-2.1.6 @@ -12,6 +12,7 @@ MASTER_SITES= ftp://kaolin.unice.fr/pub/ MAINTAINER= jmacd@FreeBSD.ORG +IS_INTERACTIVE= yes GNU_CONFIGURE= yes MAKE_FLAGS= "prefix = ${PREFIX}" |