summaryrefslogtreecommitdiff
path: root/converters/ruby-uconv
diff options
context:
space:
mode:
authortaca <taca>2004-11-27 15:37:20 +0000
committertaca <taca>2004-11-27 15:37:20 +0000
commit094a6cb0f5ab809db5010c97ccd69fb2b8d47529 (patch)
tree9a62d4f23ceaf3ea6d4de071bb4dad00846d2530 /converters/ruby-uconv
parent8a5282fa056e909c033d6c516128551dcbbed1eb (diff)
downloadpkgsrc-094a6cb0f5ab809db5010c97ccd69fb2b8d47529.tar.gz
Migrate ruby-rdtool to use new framework for Ruby packages.
Diffstat (limited to 'converters/ruby-uconv')
-rw-r--r--converters/ruby-uconv/Makefile14
1 files changed, 6 insertions, 8 deletions
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"