diff options
author | obache <obache@pkgsrc.org> | 2008-07-03 08:12:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-07-03 08:12:20 +0000 |
commit | 0006ae2970d305b49434e390e991fd97ba6c8c40 (patch) | |
tree | 24110c32d617ef01996186f02e34e77329bdb9f4 /textproc/migemo | |
parent | 3c59faba615b9d31f1c0f593de7c420579bf1a9b (diff) | |
download | pkgsrc-0006ae2970d305b49434e390e991fd97ba6c8c40.tar.gz |
Fix PLIST and really bump PKGREVISION.
Previous commit for Ruby 1.8.7 seems incomplete.
(note bump, but not, PLIST use site, not vendor)
Noticed by Hasso Tepper in PR 39073.
Diffstat (limited to 'textproc/migemo')
-rw-r--r-- | textproc/migemo/Makefile | 3 | ||||
-rw-r--r-- | textproc/migemo/PLIST | 14 |
2 files changed, 9 insertions, 8 deletions
diff --git a/textproc/migemo/Makefile b/textproc/migemo/Makefile index b89f6d7381c..1f0831a91d0 100644 --- a/textproc/migemo/Makefile +++ b/textproc/migemo/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2008/06/19 14:54:26 taca Exp $ +# $NetBSD: Makefile,v 1.3 2008/07/03 08:12:20 obache Exp $ .include "../../textproc/migemo/Makefile.common" PKGNAME= ${RUBY_PKGPREFIX}-migemo-${MIGEMO_VERSION} +PKGREVISION= 1 COMMENT= Japanese text search tool/library diff --git a/textproc/migemo/PLIST b/textproc/migemo/PLIST index 0b56f1dda2b..30f338a3dbb 100644 --- a/textproc/migemo/PLIST +++ b/textproc/migemo/PLIST @@ -1,14 +1,14 @@ -@comment $NetBSD: PLIST,v 1.2 2008/06/19 14:54:26 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2008/07/03 08:12:20 obache Exp $ bin/migemo bin/migemo-client bin/migemo-grep bin/migemo-server -${RUBY_SITELIB}/migemo-cache.rb -${RUBY_SITELIB}/migemo-convert.rb -${RUBY_SITELIB}/migemo-dict.rb -${RUBY_SITELIB}/migemo-index.rb -${RUBY_SITELIB}/migemo-regex.rb -${RUBY_SITELIB}/migemo.rb +${RUBY_VENDORLIB}/migemo-cache.rb +${RUBY_VENDORLIB}/migemo-convert.rb +${RUBY_VENDORLIB}/migemo-dict.rb +${RUBY_VENDORLIB}/migemo-index.rb +${RUBY_VENDORLIB}/migemo-regex.rb +${RUBY_VENDORLIB}/migemo.rb share/migemo/migemo-dict share/migemo/migemo-dict.cache share/migemo/migemo-dict.cache.idx |