From f3e217a1a167b02d72ae0002d25bc5e2f859d8b9 Mon Sep 17 00:00:00 2001 From: Seiichirou Hiraoka Date: Wed, 13 Oct 1999 06:47:36 +0000 Subject: Use tclsh instead of wish Change MAINTAINER to yatt@msc.biglobe.ne.jp by his request --- audio/timidity++/Makefile | 2 +- audio/timidity++/files/patch-ad | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 audio/timidity++/files/patch-ad (limited to 'audio') diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index 987c9f3e2e0f..9d244f82b90d 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -11,7 +11,7 @@ PKGNAME= timidity++-1.3.10 CATEGORIES= audio MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yatt@msc.biglobe.ne.jp # If you don't have X11, type "make -DNO_X11" or uncomment this. #NO_X11= yes diff --git a/audio/timidity++/files/patch-ad b/audio/timidity++/files/patch-ad new file mode 100644 index 000000000000..06b701a9d713 --- /dev/null +++ b/audio/timidity++/files/patch-ad @@ -0,0 +1,11 @@ +--- 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) -- cgit v1.2.3