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-tll/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/festvox-tll/Makefile') diff --git a/audio/festvox-tll/Makefile b/audio/festvox-tll/Makefile index f4b2bde0e15a..b24738e9b1b3 100644 --- a/audio/festvox-tll/Makefile +++ b/audio/festvox-tll/Makefile @@ -18,8 +18,8 @@ DIST_SUBDIR= festival MAINTAINER= trevor@jpj.net -RUN_DEPENDS= festival:../festival \ - ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:../festlex-ogi +RUN_DEPENDS= festival:${.CURDIR}/../festival \ + ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${.CURDIR}/../festlex-ogi RESTRICTED= no-commercial-use -- cgit v1.2.3