summaryrefslogtreecommitdiff
path: root/japanese/ruby-uconv/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-02-15 11:30:00 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-02-15 11:30:00 +0000
commitd60bb5f0efb1ac2eca3b40a45af135318acc48de (patch)
tree8cec41b39d6ece0217fcaacc5107af9b6ae6db46 /japanese/ruby-uconv/Makefile
parentUpdate to 1.1.5. (diff)
Update to 0.4.9.
Notes
Notes: svn path=/head/; revision=54748
Diffstat (limited to 'japanese/ruby-uconv/Makefile')
-rw-r--r--japanese/ruby-uconv/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/ruby-uconv/Makefile b/japanese/ruby-uconv/Makefile
index 942694e4a844..41f213f3c2e6 100644
--- a/japanese/ruby-uconv/Makefile
+++ b/japanese/ruby-uconv/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= uconv
-PORTVERSION= 0.4.8
+PORTVERSION= 0.4.9
CATEGORIES= japanese converters ruby
MASTER_SITES= http://www.yoshidam.net/
DIST_SUBDIR= ruby
@@ -19,7 +19,9 @@ USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
INSTALL_TARGET= site-install
-EXAMPLES= euc2unicode.rb test-utf.rb test_euc.txt test_euc.xml \
+EXAMPLES= euc2unicode.rb \
+ test-utf.rb test-utf2.rb \
+ test_euc.txt test_euc.xml \
trilang.xml unicode2euc.rb xmlconv.rb
.include <bsd.port.pre.mk>