diff options
author | taca <taca@pkgsrc.org> | 2004-11-27 16:00:09 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-11-27 16:00:09 +0000 |
commit | 5deafa4a4b1f3ebcee2dedf03d9f991c0baea788 (patch) | |
tree | d8fb805bb57d50d41d9d64acc9b039c643b2ec20 /devel | |
parent | 62b2f0e16636904f4bd28d640a9f5867af6b2dba (diff) | |
download | pkgsrc-5deafa4a4b1f3ebcee2dedf03d9f991c0baea788.tar.gz |
Migrate ruby-bsearch to use new framework for Ruby packages.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-bsearch/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/ruby-bsearch/Makefile b/devel/ruby-bsearch/Makefile index c6bc91473ef..6d0ee3f2c83 100644 --- a/devel/ruby-bsearch/Makefile +++ b/devel/ruby-bsearch/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/03/16 02:01:10 taca Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/27 16:00:09 taca Exp $ DISTNAME= ruby-bsearch-${VERSION} -PKGNAME= ${RUBY_PKGNAMEPREFIX}bsearch-${VERSION} +PKGNAME= ${RUBY_PKGPREFIX}-bsearch-${VERSION} CATEGORIES= devel ruby MASTER_SITES= http://namazu.org/~satoru/ruby-bsearch/ @@ -10,9 +10,7 @@ HOMEPAGE= http://namazu.org/~satoru/ruby-bsearch/ COMMENT= Binary search library for Ruby VERSION= 1.5 -DIST_SUBDIR= ruby -USE_RUBY_RD= # defined -NO_CONFIGURE= # defined +NO_CONFIGURE= yes TEST_DIRS= ${WRKSRC}/tests TEST_TARGET= check @@ -31,6 +29,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/bsearch .endfor -.include "../../textproc/ruby-rdtool/Makefile.common" -.include "../../lang/ruby-base/Makefile.common" +.include "../../lang/ruby/modules.mk" +.include "../../textproc/ruby-rdtool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |