Date: Sun, 6 Apr 2014 17:25:23 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350378 - in head/audio/festvox-czech: . files Message-ID: <201404061725.s36HPNrU096973@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Apr 6 17:25:22 2014 New Revision: 350378 URL: http://svnweb.freebsd.org/changeset/ports/350378 QAT: https://qat.redports.org/buildarchive/r350378/ Log: Support stage Added: head/audio/festvox-czech/files/patch-Makefile (contents, props changed) Modified: head/audio/festvox-czech/Makefile Modified: head/audio/festvox-czech/Makefile ============================================================================== --- head/audio/festvox-czech/Makefile Sun Apr 6 17:20:30 2014 (r350377) +++ head/audio/festvox-czech/Makefile Sun Apr 6 17:25:22 2014 (r350378) @@ -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 Added: head/audio/festvox-czech/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/festvox-czech/files/patch-Makefile Sun Apr 6 17:25:22 2014 (r350378) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404061725.s36HPNrU096973>