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 | |
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')
-rw-r--r-- | lang/STk/Makefile | 3 | ||||
-rw-r--r-- | lang/STk/files/patch-aa | 17 |
2 files changed, 18 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 diff --git a/lang/STk/files/patch-aa b/lang/STk/files/patch-aa index ff47800058a3..723821de6256 100644 --- a/lang/STk/files/patch-aa +++ b/lang/STk/files/patch-aa @@ -18,6 +18,23 @@ diff -cr STk-3.1/Makefile.in STk-3.1.new/Makefile.in @echo "LIB_DLD = @LIB_DLD@" >> config.make @echo "STK_LIBRARY = $(libdir)" >> config.make +*************** +*** 108,114 **** + demos: + /bin/sh -c "(cd Demos; ../Src/test-stk -f hbrowse README.html)" + +! install: clean-before + (cd Tcl; $(MAKE) install) + (cd Tk; $(MAKE) install) + (cd Mp; $(MAKE) install) +--- 108,114 ---- + demos: + /bin/sh -c "(cd Demos; ../Src/test-stk -f hbrowse README.html)" + +! install: + (cd Tcl; $(MAKE) install) + (cd Tk; $(MAKE) install) + (cd Mp; $(MAKE) install) diff -cr STk-3.1/Snow/io.c STk-3.1.new/Snow/io.c *** STk-3.1/Snow/io.c Sun Jul 21 03:54:35 1996 --- STk-3.1.new/Snow/io.c Tue Sep 17 15:25:42 1996 |