1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/timidity++/files/patch-ad
Michael Haro 6db349a3d6 update to 2.9.0
PR:		17354
Submitted by:	maintainer
2000-03-31 21:21:03 +00:00

12 lines
392 B
Plaintext

--- interface/Makefile.in.orig Wed Nov 24 12:25:38 1999
+++ interface/Makefile.in Wed Nov 24 17:40:48 1999
@@ -583,7 +583,7 @@
tclIndex: $(TCLF)
rm -f tclIndex
- echo 'auto_mkindex . *.tcl; exit' | $(WISH)
+ echo 'auto_mkindex . *.tcl; exit' | `echo $(WISH) | sed 's/wish/tclsh/'`
install.tk: $(ALLTCLF) install.bitmaps
test -d $(DESTDIR)$(TCL_DIR) || mkdir -p $(DESTDIR)$(TCL_DIR)