diff options
author | asami <asami@FreeBSD.org> | 1997-03-06 10:59:00 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-06 10:59:00 +0000 |
commit | a47489e7f2ac7e869ebd6ea3654681686426cbd4 (patch) | |
tree | 43925761ad4c2ccbdbc8ee035fdbedb798c9e517 /lang/STk/files | |
parent | 2edb5064171baf95b5cca9318210b79d402ac234 (diff) | |
download | FreeBSD-ports-a47489e7f2ac7e869ebd6ea3654681686426cbd4.zip FreeBSD-ports-a47489e7f2ac7e869ebd6ea3654681686426cbd4.tar.gz |
Don't ask whether I want to delete the old installation or not.
Diffstat (limited to 'lang/STk/files')
-rw-r--r-- | lang/STk/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/STk/files/patch-aa b/lang/STk/files/patch-aa index ff47800..723821d 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 |