From d9f9abfd00f78490e6886663af4cb5bfd6881488 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 20 Sep 2000 09:09:57 +0000 Subject: 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 --- audio/festvox-kal16/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/festvox-kal16/Makefile') diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile index 985bda927696..a709eadc5e82 100644 --- a/audio/festvox-kal16/Makefile +++ b/audio/festvox-kal16/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 -- cgit v1.2.3