diff options
author | taca <taca@pkgsrc.org> | 2008-06-19 15:18:31 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-06-19 15:18:31 +0000 |
commit | 70a8c384fa9b2cd392365e1ff6eb7b824001c003 (patch) | |
tree | f025bd7d0cf184b3a005548d6be5fd0ab74b2975 /textproc/ruby-pure-hyperestraier | |
parent | 2828f5cf9c70e2b4099d942a4c3e8e352d1165bf (diff) | |
download | pkgsrc-70a8c384fa9b2cd392365e1ff6eb7b824001c003.tar.gz |
- Switch to use vendor_dir with Ruby 1.8.7.
- Make it build with Ruby 1.8.7, too.
Bump PKGREVISION.
Diffstat (limited to 'textproc/ruby-pure-hyperestraier')
-rw-r--r-- | textproc/ruby-pure-hyperestraier/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-pure-hyperestraier/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/ruby-pure-hyperestraier/Makefile b/textproc/ruby-pure-hyperestraier/Makefile index efb08ccef8c..eae6bf70d83 100644 --- a/textproc/ruby-pure-hyperestraier/Makefile +++ b/textproc/ruby-pure-hyperestraier/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2007/04/05 12:21:27 obache Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/19 15:18:31 taca Exp $ # .include "../../textproc/hyperestraier/Makefile.common" PKGNAME= ${RUBY_PKGPREFIX}-pure-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION} +PKGREVISION= 1 CATEGORIES= textproc ruby COMMENT= Ruby pure interface of Hyper Estaier diff --git a/textproc/ruby-pure-hyperestraier/PLIST b/textproc/ruby-pure-hyperestraier/PLIST index ba47625934d..901e8eb4589 100644 --- a/textproc/ruby-pure-hyperestraier/PLIST +++ b/textproc/ruby-pure-hyperestraier/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/17 15:45:46 obache Exp $ -${RUBY_SITELIBDIR}/estraierpure.rb +@comment $NetBSD: PLIST,v 1.2 2008/06/19 15:18:31 taca Exp $ +${RUBY_VENDORLIB}/estraierpure.rb bin/estcall.rb |