From 77e687c198d879aabb3bef080df5e8e1a61323d9 Mon Sep 17 00:00:00 2001 From: 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-abc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/festvox-abc') diff --git a/audio/festvox-abc/Makefile b/audio/festvox-abc/Makefile index 14ced7dd05d6..e2fdb45fabc5 100644 --- a/audio/festvox-abc/Makefile +++ b/audio/festvox-abc/Makefile @@ -7,7 +7,7 @@ # $FreeBSD$ # -PORTNAME= festvox_abc +PORTNAME= festvox-abc PORTVERSION= 2.0 CATEGORIES= audio MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ @@ -16,9 +16,9 @@ DIST_SUBDIR= festival MAINTAINER= trevor@jpj.net -RUN_DEPENDS= festival:../festival \ - ${LOCALBASE}/share/festival/lib/ogi_spanish/ogi_span_mx_lts.scm:../festogi-spanish \ - ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:../festlex-ogi +RUN_DEPENDS= festival:${.CURDIR}/../festival \ + ${LOCALBASE}/share/festival/lib/ogi_spanish/ogi_span_mx_lts.scm:${.CURDIR}/../festogi-spanish \ + ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${.CURDIR}/../festlex-ogi RESTRICTED= no-commercial-use -- cgit