pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-tag Migrate ruby-tag to use new framework for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7f48e0562be
branches:  trunk
changeset: 484545:d7f48e0562be
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Nov 28 05:46:43 2004 +0000

description:
Migrate ruby-tag to use new framework for Ruby packages.

diffstat:

 www/ruby-tag/Makefile |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r 49d917604747 -r d7f48e0562be www/ruby-tag/Makefile
--- a/www/ruby-tag/Makefile     Sun Nov 28 05:46:06 2004 +0000
+++ b/www/ruby-tag/Makefile     Sun Nov 28 05:46:43 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2004/11/12 18:40:14 kristerw Exp $
+# $NetBSD: Makefile,v 1.8 2004/11/28 05:46:43 taca Exp $
 
 DISTNAME=      tag104
-PKGNAME=       ${RUBY_PKGNAMEPREFIX}tag-1.0.4
+PKGNAME=       ${RUBY_PKGPREFIX}-tag-1.0.4
 CATEGORIES=    www ruby
 MASTER_SITES=  http://www.moonwolf.com/ruby/archive/
 EXTRACT_SUFX=  .tar.bz2
@@ -16,8 +16,6 @@
 GTAR=          ${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar
 
 WRKSRC=                ${WRKDIR}
-DIST_SUBDIR=   ruby
-USE_RUBY_RD=   # defined
 NO_CONFIGURE=  # defined
 
 do-build:
@@ -28,6 +26,6 @@
        ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/tag/ja
        ${INSTALL_DATA} ${WRKSRC}/tag.html ${RUBY_DOCDIR}/tag/ja
 
-.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