Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 17:19:18 +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: r350376 - head/audio/festlex-czech
Message-ID:  <201404061719.s36HJIpe093251@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Apr  6 17:19:18 2014
New Revision: 350376
URL: http://svnweb.freebsd.org/changeset/ports/350376
QAT: https://qat.redports.org/buildarchive/r350376/

Log:
  Support stage

Modified:
  head/audio/festlex-czech/Makefile

Modified: head/audio/festlex-czech/Makefile
==============================================================================
--- head/audio/festlex-czech/Makefile	Sun Apr  6 17:18:08 2014	(r350375)
+++ head/audio/festlex-czech/Makefile	Sun Apr  6 17:19:18 2014	(r350376)
@@ -13,7 +13,6 @@ COMMENT=	Czech language support for Fest
 
 FHOME=		${PREFIX}/share/festival
 NO_BUILD=	yes
-NO_STAGE=	yes
 rulez=		czech-debug.scm czech-mbrola.scm czech-unisyn.scm czech.scm
 lexicons=	czech-lexicon.scm czech-lexicon.out
 
@@ -22,8 +21,8 @@ post-patch:
 	${SED} -e "s,@FESTIVAL_TARGET_DIR@,${FHOME}/lib/dicts," ${WRKSRC}/czech.scm.in > ${WRKSRC}/czech.scm
 
 post-install:
-	${MKDIR} ${FHOME}/lib/dicts/
-	${INSTALL} -m 644 ${rulez:C/^/${WRKSRC}\//} ${FHOME}/lib/
-	${INSTALL} -m 644 ${lexicons:C/^/${WRKSRC}\//} ${FHOME}/lib/dicts/
+	${MKDIR} ${STAGEDIR}${FHOME}/lib/dicts/
+	${INSTALL} -m 644 ${rulez:C/^/${WRKSRC}\//} ${STAGEDIR}${FHOME}/lib/
+	${INSTALL} -m 644 ${lexicons:C/^/${WRKSRC}\//} ${STAGEDIR}${FHOME}/lib/dicts/
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404061719.s36HJIpe093251>