diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 20:52:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 20:52:45 +0000 |
commit | 38aa997ecff17e14e0aa19eccaa1e2ce7520ab13 (patch) | |
tree | 096c216ad4cf67b68ec6a428c35bc77673def6e9 /audio/festival | |
parent | 3168f358c599c4613da918e946f2c24f3c479e97 (diff) | |
download | ports-38aa997ecff17e14e0aa19eccaa1e2ce7520ab13.tar.gz ports-38aa997ecff17e14e0aa19eccaa1e2ce7520ab13.zip |
Notes
Diffstat (limited to 'audio/festival')
-rw-r--r-- | audio/festival/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 456747f258a6..bd1d163218ce 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -45,9 +45,9 @@ EXTRA_PATCHES= ${FILESDIR}/patch-aa-ogi RESTRICTED= no-commercial-use .endif -PLIST= ${PKGDIR}/PLIST +PLIST= ${PKGDIR}/pkg-plist .if defined (WITH_OGI) -PLIST= ${PKGDIR}/PLIST-ogi +PLIST= ${PKGDIR}/pkg-plist-ogi .endif WRKSRC= ${WRKDIR} |