diff options
author | agc <agc@pkgsrc.org> | 2004-12-30 14:02:34 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-12-30 14:02:34 +0000 |
commit | 8ac99bfe815dad20169cb906d7fc566073c8f0e0 (patch) | |
tree | af37086d1df5ee49eabb9dac754b262a04d57337 | |
parent | 6c654dd3d750c81e34388622d38ee5884b84be39 (diff) | |
download | pkgsrc-8ac99bfe815dad20169cb906d7fc566073c8f0e0.tar.gz |
Fix oversight - remove unused patch-an
-rw-r--r-- | audio/festival/patches/patch-an | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/festival/patches/patch-an b/audio/festival/patches/patch-an deleted file mode 100644 index b61f5b838bb..00000000000 --- a/audio/festival/patches/patch-an +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-an,v 1.1 2002/12/10 05:21:52 gson Exp $ - ---- festival/examples/Makefile.orig Thu Nov 18 11:19:50 1999 -+++ festival/examples/Makefile -@@ -51,7 +51,7 @@ - - $(ALL) : % : %.sh - rm -f $@ -- echo "#!"$(FESTIVAL_HOME)/bin/festival --script >$@ -+ echo "#!"$(PREFIX)/libexec/festival.naked --script >$@ - cat $< >>$@ - chmod +x $@ - |