summaryrefslogtreecommitdiffstats
path: root/audio/festvox-ked8/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-09-20 09:09:57 +0000
committerasami <asami@FreeBSD.org>2000-09-20 09:09:57 +0000
commit77e687c198d879aabb3bef080df5e8e1a61323d9 (patch)
treee1ff90cee76de8c518b3026cb3bc60de664bb158 /audio/festvox-ked8/Makefile
parent78e620bc7d022a431ead160299cd5321e0858c2e (diff)
downloadFreeBSD-ports-77e687c198d879aabb3bef080df5e8e1a61323d9.zip
FreeBSD-ports-77e687c198d879aabb3bef080df5e8e1a61323d9.tar.gz
Use fullpaths (prepend "${.CURDIR}") in dependency dirs instead of
relative paths. This is necessary for INDEX generation to work. Change PORTNAME of festvox_{abc,don} to fostvox-{abc,don} for consistency with other ports and port directory names. Approved by: maintainer
Diffstat (limited to 'audio/festvox-ked8/Makefile')
-rw-r--r--audio/festvox-ked8/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festvox-ked8/Makefile b/audio/festvox-ked8/Makefile
index 770a9be..a2bb763 100644
--- a/audio/festvox-ked8/Makefile
+++ b/audio/festvox-ked8/Makefile
@@ -17,9 +17,9 @@ DIST_SUBDIR= festival
MAINTAINER= trevor@jpj.net
-RUN_DEPENDS= festival:../festival \
- ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:../festlex-poslex \
- ${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:../festlex-cmu
+RUN_DEPENDS= festival:${.CURDIR}/../festival \
+ ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${.CURDIR}/../festlex-poslex \
+ ${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:${.CURDIR}/../festlex-cmu
WRKSRC= ${WRKDIR}/festival
OpenPOWER on IntegriCloud