diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-02-08 15:19:52 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-02-08 15:19:52 +0000 |
commit | d0277dfd849fb34cba627e510bd0ce0aab905e84 (patch) | |
tree | 84b6e532290d046eae0bebd7fe16d47bae0e7678 /japanese/gorua/Makefile | |
parent | 9ce7b7f9fd1fe69bfd08b6fc94250775587d2d6f (diff) | |
download | ports-d0277dfd849fb34cba627e510bd0ce0aab905e84.tar.gz ports-d0277dfd849fb34cba627e510bd0ce0aab905e84.zip |
Notes
Diffstat (limited to 'japanese/gorua/Makefile')
-rw-r--r-- | japanese/gorua/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/gorua/Makefile b/japanese/gorua/Makefile index 6ed44f49eef7..f3cf7d5143f1 100644 --- a/japanese/gorua/Makefile +++ b/japanese/gorua/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gorua -PORTVERSION= 0.16 -PORTREVISION= 1 +PORTVERSION= 0.17 CATEGORIES= japanese MASTER_SITES= http://www.unixuser.org/~haruyama/software/goRua/ -DISTNAME= goRua-${PORTVERSION:S/.p/-pre/} +DISTNAME= goRua-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org COMMENT= Gtk+ on Ruby User Agent for 2ch BBS @@ -30,6 +29,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/goRua.rb ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/goRua_bookmarks_translator.rb ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/goRua_cache_clean.rb ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/goRua_url_updator.rb ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/new_2ch_bbsmenu.rb ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/goRua_color_table.rb ${RUBY_SITELIBDIR} |