diff options
author | taca <taca@pkgsrc.org> | 2008-06-19 14:42:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-06-19 14:42:24 +0000 |
commit | 568a18f09668e3d4e0db36dfeb93800b6c8fcff6 (patch) | |
tree | ea4c9a0687aaa4b64f78762483789b99f97ca384 /devel/ruby-rcsparse | |
parent | 75743515f4cf2b90bbfcaae38726b150c63f8755 (diff) | |
download | pkgsrc-568a18f09668e3d4e0db36dfeb93800b6c8fcff6.tar.gz |
Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
Diffstat (limited to 'devel/ruby-rcsparse')
-rw-r--r-- | devel/ruby-rcsparse/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-rcsparse/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/ruby-rcsparse/Makefile b/devel/ruby-rcsparse/Makefile index 362fbd9b43d..e173c06c332 100644 --- a/devel/ruby-rcsparse/Makefile +++ b/devel/ruby-rcsparse/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2008/05/21 09:44:09 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/19 14:48:18 taca Exp $ DISTNAME= 2ea7cc31cb36 PKGNAME= ${RUBY_PKGPREFIX}-rcsparse-0.0.0.42 +PKGREVISION= 1 CATEGORIES= devel ruby MASTER_SITES= http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse/archive/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/ruby-rcsparse/PLIST b/devel/ruby-rcsparse/PLIST index ee4453947bb..21e2e3123e6 100644 --- a/devel/ruby-rcsparse/PLIST +++ b/devel/ruby-rcsparse/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/21 10:35:04 wiz Exp $ -${RUBY_SITEARCHLIBDIR}/rcsfile.${RUBY_DLEXT} +@comment $NetBSD: PLIST,v 1.2 2008/06/19 14:48:18 taca Exp $ +${RUBY_VENDORARCHLIB}/rcsfile.${RUBY_DLEXT} |