diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 21:50:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 21:50:34 +0000 |
commit | f41503d389099675123a1d3b82982b99235aff30 (patch) | |
tree | 4ab0af64377a99ad244e62ade569ee6867f90a4d /lang/STk | |
parent | Corrected some spelling, and generally clarified the description. (diff) |
This port IS_INTERACTIVE (asks if you want to delete old installation).
Notes
Notes:
svn path=/head/; revision=1527
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 55c5bc38e97f..367aea4589e7 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}" |