summaryrefslogtreecommitdiff
path: root/converters/ruby-uconv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/ruby-uconv/Makefile')
-rw-r--r--converters/ruby-uconv/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/converters/ruby-uconv/Makefile b/converters/ruby-uconv/Makefile
index 52670635460..49144218bde 100644
--- a/converters/ruby-uconv/Makefile
+++ b/converters/ruby-uconv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/11/27 15:37:20 taca Exp $
+# $NetBSD: Makefile,v 1.7 2004/11/28 14:42:07 taca Exp $
# FreeBSD: ports/japanese/ruby-uconv/Makefile,v 1.8 2001/01/30 19:26:22 knu Exp
-DISTNAME= uconv-0.4.9
+DISTNAME= uconv-0.4.12
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= converters japanese ruby
MASTER_SITES= http://www.yoshidam.net/
@@ -15,16 +15,8 @@ WRKSRC= ${WRKDIR}/uconv
INSTALL_TARGET= site-install
-REPLACE_RUBY= samples/euc2unicode.rb samples/unicode2euc.rb \
- samples/xmlconv.rb
-EXAMPLES= euc2unicode.rb test_euc.txt test_euc.xml trilang.xml \
- unicode2euc.rb xmlconv.rb
-
post-install:
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/uconv
-.for f in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/samples/${f} ${RUBY_EXAMPLESDIR}/uconv
-.endfor
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/uconv
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/uconv
${INSTALL_DATA} ${WRKSRC}/README.ja ${RUBY_DOCDIR}/uconv