diff options
author | knu <knu@FreeBSD.org> | 2002-05-03 18:37:58 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-05-03 18:37:58 +0000 |
commit | e2f4795701b3f4fcbac03ebf6f4b8543d5d01c42 (patch) | |
tree | 9d51453ad0b14aee45e8741695b160f30c5a555e /japanese/gorua/Makefile | |
parent | 19c5435dd36551f87979eece87d478876b2b4ae0 (diff) | |
download | FreeBSD-ports-e2f4795701b3f4fcbac03ebf6f4b8543d5d01c42.zip FreeBSD-ports-e2f4795701b3f4fcbac03ebf6f4b8543d5d01c42.tar.gz |
Update to 0.13a.
In the absence of: nobutaka
Diffstat (limited to 'japanese/gorua/Makefile')
-rw-r--r-- | japanese/gorua/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/gorua/Makefile b/japanese/gorua/Makefile index 1190269..4d16978 100644 --- a/japanese/gorua/Makefile +++ b/japanese/gorua/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gorua -PORTVERSION= 0.12e +PORTVERSION= 0.13a CATEGORIES= japanese MASTER_SITES= http://www.unixuser.org/~haruyama/software/goRua/ DISTNAME= goRua-${PORTVERSION} @@ -33,6 +33,7 @@ do-configure: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/goRua.rb ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/new_2ch_bbsmenu.rb ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/color_table.rb ${RUBY_SITELIBDIR} ${INSTALL_DATA} ${WRKSRC}/connect2ch.rb ${RUBY_SITELIBDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/ja/goRua |