pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-ri Migrate ruby-ri to use new framework for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5117e78412cb
branches: trunk
changeset: 484568:5117e78412cb
user: taca <taca%pkgsrc.org@localhost>
date: Sun Nov 28 07:54:50 2004 +0000
description:
Migrate ruby-ri to use new framework for Ruby packages.
diffstat:
devel/ruby-ri/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 91fff1d9df66 -r 5117e78412cb devel/ruby-ri/Makefile
--- a/devel/ruby-ri/Makefile Sun Nov 28 07:52:46 2004 +0000
+++ b/devel/ruby-ri/Makefile Sun Nov 28 07:54:50 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/03/16 02:01:10 taca Exp $
+# $NetBSD: Makefile,v 1.7 2004/11/28 07:54:50 taca Exp $
#
DISTNAME= ri-0.8a
-PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel ruby
MASTER_SITES= http://www.pragmaticprogrammer.com/ruby/downloads/files/
EXTRACT_SUFX= .tgz
@@ -20,5 +20,5 @@
do-install:
cd ${WRKSRC}; ${RUBY} install.rb
-.include "../../lang/ruby-base/Makefile.common"
+.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index