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+OGI | |
parent | Remove a dead mirror from MASTER_SITE_RUBY and add a Taiwanese mirror. (diff) |
Move pkg/PLIST-ogi to pkg-plist-ogi.
Notes
Notes:
svn path=/head/; revision=33473
Diffstat (limited to 'audio/festival+OGI')
-rw-r--r-- | audio/festival+OGI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festival+OGI/Makefile b/audio/festival+OGI/Makefile index 456747f258a6..bd1d163218ce 100644 --- a/audio/festival+OGI/Makefile +++ b/audio/festival+OGI/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} |