diff options
author | asami <asami@FreeBSD.org> | 1997-03-06 18:59:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-06 18:59:00 +0800 |
commit | a47489e7f2ac7e869ebd6ea3654681686426cbd4 (patch) | |
tree | 43925761ad4c2ccbdbc8ee035fdbedb798c9e517 /lang/STk/Makefile | |
parent | 2edb5064171baf95b5cca9318210b79d402ac234 (diff) | |
download | freebsd-ports-gnome-a47489e7f2ac7e869ebd6ea3654681686426cbd4.tar.gz freebsd-ports-gnome-a47489e7f2ac7e869ebd6ea3654681686426cbd4.tar.zst freebsd-ports-gnome-a47489e7f2ac7e869ebd6ea3654681686426cbd4.zip |
Don't ask whether I want to delete the old installation or not.
Diffstat (limited to 'lang/STk/Makefile')
-rw-r--r-- | lang/STk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile index 02461b27c4aa..68a654922645 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Sep 96 # Whom: jmacd@cs.berkeley.edu # -# $Id: Makefile,v 1.11 1996/09/17 23:55:28 jmacd Exp $ +# $Id: Makefile,v 1.12 1996/11/12 02:18:01 obrien Exp $ # DISTNAME= STk-3.1 @@ -13,7 +13,6 @@ MASTER_SITES= ftp://kaolin.unice.fr/pub/ MAINTAINER= jmacd@FreeBSD.ORG PATCH_STRIP= -p1 -IS_INTERACTIVE= yes GNU_CONFIGURE= yes MAKE_FLAGS= "prefix=${PREFIX}" -f |