summaryrefslogtreecommitdiff
path: root/japanese/gorua/Makefile
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2002-02-23 12:05:04 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2002-02-23 12:05:04 +0000
commit4807138c86d069174e460f22831347daad1a18e8 (patch)
tree4059259a50b7c8087671726fae3f252ebf6704ac /japanese/gorua/Makefile
parentUsing the dot as chmod's ownership seperator is deprecated, use the (diff)
Update to 0.12b.
Notes
Notes: svn path=/head/; revision=55125
Diffstat (limited to 'japanese/gorua/Makefile')
-rw-r--r--japanese/gorua/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/japanese/gorua/Makefile b/japanese/gorua/Makefile
index 4e9e23bc87d1..e6ef73155abc 100644
--- a/japanese/gorua/Makefile
+++ b/japanese/gorua/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gorua
-PORTVERSION= 0.11d
+PORTVERSION= 0.12b
CATEGORIES= japanese
MASTER_SITES= http://www.unixuser.org/~haruyama/software/goRua/
DISTNAME= goRua-${PORTVERSION}
@@ -22,6 +22,8 @@ USE_RUBY= yes
NO_BUILD= yes
+CONFIG_FILES= board_info bookmarks config gtkrc
+
do-configure:
${SED} -e "s,%%RUBY_WITHOUT_SUFFIX%%,${RUBY_WITHOUT_SUFFIX}," < ${WRKSRC}/new_2ch_bbsmenu.rb > ${WRKSRC}/new_2ch_bbsmenu.rb.tmp
${SED} -e "s,%%RUBY_WITHOUT_SUFFIX%%,${RUBY_WITHOUT_SUFFIX}," < ${WRKSRC}/goRua.rb > ${WRKSRC}/goRua.rb.tmp
@@ -40,7 +42,9 @@ do-install:
${MKDIR} ${PREFIX}/share/examples/goRua/dot.goRua_2ch
${MKDIR} ${PREFIX}/share/examples/goRua/dot.goRua_2ch/subject
${MKDIR} ${PREFIX}/share/examples/goRua/dot.goRua_2ch/thread
- ${INSTALL_DATA} ${WRKSRC}/.goRua_2ch/board_info ${PREFIX}/share/examples/goRua/dot.goRua_2ch
+.for f in ${CONFIG_FILES}
+ ${INSTALL_DATA} ${WRKSRC}/.goRua_2ch/${f} ${PREFIX}/share/examples/goRua/dot.goRua_2ch
+.endfor
post-install:
@${CAT} ${PKGMESSAGE}