Date: Thu, 3 Jul 2014 13:15:43 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360364 - head/audio/festlex-ogi Message-ID: <201407031315.s63DFh1a051944@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Thu Jul 3 13:15:43 2014 New Revision: 360364 URL: http://svnweb.freebsd.org/changeset/ports/360364 QAT: https://qat.redports.org/buildarchive/r360364/ Log: Stagify. Approved by: portmgr@ (blanket approval) Modified: head/audio/festlex-ogi/Makefile head/audio/festlex-ogi/pkg-descr Modified: head/audio/festlex-ogi/Makefile ============================================================================== --- head/audio/festlex-ogi/Makefile Thu Jul 3 13:08:11 2014 (r360363) +++ head/audio/festlex-ogi/Makefile Thu Jul 3 13:15:43 2014 (r360364) @@ -19,7 +19,6 @@ RESTRICTED= No commercial use WRKSRC= ${WRKDIR}/festival NO_BUILD= yes -NO_STAGE= yes FHOME= ${PREFIX}/share/festival @@ -34,7 +33,7 @@ post-extract: @ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 do-install: - ${MKDIR} ${FHOME} - cd ${WRKSRC} && ${CP} -pPR * ${FHOME} + ${MKDIR} ${STAGEDIR}${FHOME} + cd ${WRKSRC} && ${CP} -pPR * ${STAGEDIR}${FHOME} .include <bsd.port.post.mk> Modified: head/audio/festlex-ogi/pkg-descr ============================================================================== --- head/audio/festlex-ogi/pkg-descr Thu Jul 3 13:08:11 2014 (r360363) +++ head/audio/festlex-ogi/pkg-descr Thu Jul 3 13:15:43 2014 (r360364) @@ -1,4 +1,4 @@ This is a composite pronunciation dictionary from ogi.edu, for use with Festival. -WWW: http://cslu.cse.ogi.edu/tts/ +WWW: http://cslu.cse.ogi.edu/tts/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031315.s63DFh1a051944>