1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/audio/timidity++/files/patch-ad
Seiichirou Hiraoka f3e217a1a1 Use tclsh instead of wish
Change MAINTAINER to yatt@msc.biglobe.ne.jp
by his request
1999-10-13 06:47:36 +00:00

12 lines
391 B
Plaintext

--- interface/Makefile.in.orig Wed Oct 13 15:00:42 1999
+++ interface/Makefile.in Wed Oct 13 15:01:15 1999
@@ -632,7 +632,7 @@
rm -f *.$(so)
tclIndex: $(TCLF)
- 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)