pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-bsearch Migrate ruby-bsearch to use new fra...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d8d07f5a4df0
branches: trunk
changeset: 484467:d8d07f5a4df0
user: taca <taca%pkgsrc.org@localhost>
date: Sat Nov 27 16:00:09 2004 +0000
description:
Migrate ruby-bsearch to use new framework for Ruby packages.
diffstat:
devel/ruby-bsearch/Makefile | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diffs (33 lines):
diff -r acd8d5eb5b8f -r d8d07f5a4df0 devel/ruby-bsearch/Makefile
--- a/devel/ruby-bsearch/Makefile Sat Nov 27 15:59:31 2004 +0000
+++ b/devel/ruby-bsearch/Makefile Sat Nov 27 16:00:09 2004 +0000
@@ -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 @@
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 @@
${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"
Home |
Main Index |
Thread Index |
Old Index