From 094a6cb0f5ab809db5010c97ccd69fb2b8d47529 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 27 Nov 2004 15:37:20 +0000 Subject: Migrate ruby-rdtool to use new framework for Ruby packages. --- converters/ruby-uconv/Makefile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'converters/ruby-uconv') diff --git a/converters/ruby-uconv/Makefile b/converters/ruby-uconv/Makefile index 6cbc4c960df..52670635460 100644 --- a/converters/ruby-uconv/Makefile +++ b/converters/ruby-uconv/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/03/16 02:01:10 taca Exp $ +# $NetBSD: Makefile,v 1.6 2004/11/27 15:37:20 taca Exp $ # FreeBSD: ports/japanese/ruby-uconv/Makefile,v 1.8 2001/01/30 19:26:22 knu Exp DISTNAME= uconv-0.4.9 -PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME} +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= converters japanese ruby MASTER_SITES= http://www.yoshidam.net/ @@ -10,12 +10,10 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.yoshidam.net/Ruby.html#uconv COMMENT= Unicode conversion library with Japanese codesets support -WRKSRC= ${WRKDIR}/uconv -DIST_SUBDIR= ruby -USE_RUBY= yes -USE_RUBY_EXTCONF= yes +USE_RUBY_EXTCONF= yes +WRKSRC= ${WRKDIR}/uconv -INSTALL_TARGET= site-install +INSTALL_TARGET= site-install REPLACE_RUBY= samples/euc2unicode.rb samples/unicode2euc.rb \ samples/xmlconv.rb @@ -31,5 +29,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/uconv ${INSTALL_DATA} ${WRKSRC}/README.ja ${RUBY_DOCDIR}/uconv -.include "../../lang/ruby-base/Makefile.common" +.include "../../lang/ruby/modules.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3