aboutsummaryrefslogtreecommitdiff
path: root/audio/festlex-czech
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-06 17:19:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-06 17:19:18 +0000
commit337382f69a2c3bf9a5f4273b203f310f1d590415 (patch)
tree2b5ddf29c2058040a38e714ecf6f0696df389b7b /audio/festlex-czech
parent00b482714f869a24483d9ea42a31b14cdc8a07d3 (diff)
downloadports-337382f69a2c3bf9a5f4273b203f310f1d590415.tar.gz
ports-337382f69a2c3bf9a5f4273b203f310f1d590415.zip
Notes
Diffstat (limited to 'audio/festlex-czech')
-rw-r--r--audio/festlex-czech/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/festlex-czech/Makefile b/audio/festlex-czech/Makefile
index 61eb32836f1d..0bd4f250a20f 100644
--- a/audio/festlex-czech/Makefile
+++ b/audio/festlex-czech/Makefile
@@ -13,7 +13,6 @@ COMMENT= Czech language support for Festival
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>