diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-29 13:53:24 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-29 13:53:24 +0800 |
commit | 5d8884909960b9823dd8b16be4137a6b42ed7a17 (patch) | |
tree | ee65f3a3b34b7c7ff2b297caeb37a6639e7a995b /www/tdiary-devel/pkg-message | |
parent | 588a7646999b0745adf4cf56711abdb4fd67b9f0 (diff) | |
download | freebsd-ports-gnome-5d8884909960b9823dd8b16be4137a6b42ed7a17.tar.gz freebsd-ports-gnome-5d8884909960b9823dd8b16be4137a6b42ed7a17.tar.zst freebsd-ports-gnome-5d8884909960b9823dd8b16be4137a6b42ed7a17.zip |
update www/tdiary:
- Change of an installation script
- add RUBY_SHEBANG_FILES to Makefile
PR: 55000
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
Diffstat (limited to 'www/tdiary-devel/pkg-message')
-rw-r--r-- | www/tdiary-devel/pkg-message | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/tdiary-devel/pkg-message b/www/tdiary-devel/pkg-message index 2832b58c9abd..13f818501adc 100644 --- a/www/tdiary-devel/pkg-message +++ b/www/tdiary-devel/pkg-message @@ -1,17 +1,17 @@ ============================================================================= There is a script to install tDiary in a user directory. -You can run the script manually as +This script should be run manually. - # @@@@PREFIX@@@@/share/examples/tdiary/tdiary-FreeBSD.sh USERid - or - % @@@@PREFIX@@@@/share/examples/tdiary/tdiary-FreeBSD.sh install - -There is a document in English under the following directory. + # ruby @@@@PREFIX@@@@/share/examples/tdiary/tdiaryinst.rb --user=hoge + or + % ruby @@@@PREFIX@@@@/share/examples/tdiary/tdiaryinst.rb +There is a document by English in the following directories. + See ... @@@@PREFIX@@@@/share/examples/tdiary/misc/i18n/ - -And, you can find information on the tdiary system at : + and + Explanation by English of a tDiary system can refer to the following page : http://tdiary-users.sourceforge.jp/cgi-bin/wiki.cgi?FrontPage_en ============================================================================= |