diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-20 09:09:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-20 09:09:57 +0000 |
commit | d9f9abfd00f78490e6886663af4cb5bfd6881488 (patch) | |
tree | 5f7de20f86308be5c8befb1c803872a33b7c8a73 /audio/festvox-tll/Makefile | |
parent | Fixed to remove extra directories after pkg_delete (diff) |
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-tll/Makefile')
-rw-r--r-- | audio/festvox-tll/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |