diff --git a/audio/festvox-czech/Makefile b/audio/festvox-czech/Makefile index 5d7023ff7b68..357caf9f1442 100644 --- a/audio/festvox-czech/Makefile +++ b/audio/festvox-czech/Makefile @@ -14,7 +14,6 @@ COMMENT= Czech male voice for Festival RUN_DEPENDS= ${LOCALBASE}/share/festival/lib/dicts/czech-lexicon.out:${PORTSDIR}/audio/festlex-czech NO_BUILD= yes -NO_STAGE= yes USES= gmake MAKE_ARGS= festival_voices_path=${PREFIX}/share/festival/lib/voices diff --git a/audio/festvox-czech/files/patch-Makefile b/audio/festvox-czech/files/patch-Makefile new file mode 100644 index 000000000000..0fcba3fb14e9 --- /dev/null +++ b/audio/festvox-czech/files/patch-Makefile @@ -0,0 +1,19 @@ +--- ./Makefile.orig 2005-10-05 13:30:55.000000000 +0200 ++++ ./Makefile 2014-04-06 19:24:31.351531891 +0200 +@@ -53,11 +53,11 @@ + maintainer-clean: distclean + + install: group/ph.group festvox/czech_ph.scm +- install -d $(destdir) +- install -d $(destdir)/festvox +- install -m 644 festvox/czech_ph.scm $(destdir)/festvox/ +- install -d $(destdir)/group +- install -m 644 group/ph.group $(destdir)/group/ ++ install -d $(DESTDIR)$(destdir) ++ install -d $(DESTDIR)$(destdir)/festvox ++ install -m 644 festvox/czech_ph.scm $(DESTDIR)$(destdir)/festvox/ ++ install -d $(DESTDIR)$(destdir)/group ++ install -m 644 group/ph.group $(DESTDIR)$(destdir)/group/ + + uninstall: + rm -f $(destdir)/festvox/czech_ph.scm $(destdir)/group/ph.group