diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-16 06:29:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-16 06:29:33 +0000 |
commit | 9b723911947e7dc8caa66cc2955d152bf78e1033 (patch) | |
tree | 620cfd86cec549509b57d73cbba000f541318228 /editors/joe/pkg-plist | |
parent | 429311dff9f793cf52f6bf9363fd5af83e2a5db6 (diff) | |
download | ports-9b723911947e7dc8caa66cc2955d152bf78e1033.tar.gz ports-9b723911947e7dc8caa66cc2955d152bf78e1033.zip |
Notes
Diffstat (limited to 'editors/joe/pkg-plist')
-rw-r--r-- | editors/joe/pkg-plist | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/editors/joe/pkg-plist b/editors/joe/pkg-plist index ab011874ca98..f37a6c52c969 100644 --- a/editors/joe/pkg-plist +++ b/editors/joe/pkg-plist @@ -5,6 +5,14 @@ bin/jstar bin/rjoe bin/termidx etc/joe/charmaps/klingon +etc/joe/doc/ChangeLog +etc/joe/doc/HACKING +etc/joe/doc/HINTS +etc/joe/doc/LIST +etc/joe/doc/NEWS +etc/joe/doc/README +etc/joe/ftyperc +etc/joe/jicerc.ru @unexec if cmp -s %D/etc/joe/jmacsrc.dist %D/etc/joe/jmacsrc; then rm -f %D/etc/joe/jmacsrc; fi etc/joe/jmacsrc.dist @exec if [ ! -f %D/etc/joe/jmacsrc ]; then cp %D/etc/joe/%f %D/etc/joe/jmacsrc; fi @@ -20,6 +28,9 @@ etc/joe/jstarrc.dist @unexec if cmp -s %D/etc/joe/rjoerc.dist %D/etc/joe/rjoerc; then rm -f %D/etc/joe/rjoerc; fi etc/joe/rjoerc.dist @exec if [ ! -f %D/etc/joe/rjoerc ]; then cp %D/etc/joe/%f %D/etc/joe/rjoerc; fi +etc/joe/lang/de.po +etc/joe/lang/fr.po +etc/joe/lang/ru.po etc/joe/syntax/4gl.jsf etc/joe/syntax/ada.jsf etc/joe/syntax/asm.jsf @@ -31,9 +42,13 @@ etc/joe/syntax/csh.jsf etc/joe/syntax/css.jsf etc/joe/syntax/diff.jsf etc/joe/syntax/fortran.jsf +etc/joe/syntax/haskell.jsf etc/joe/syntax/html.jsf etc/joe/syntax/java.jsf +etc/joe/syntax/joerc.jsf etc/joe/syntax/lisp.jsf +etc/joe/syntax/lua.jsf +etc/joe/syntax/m4.jsf etc/joe/syntax/mail.jsf etc/joe/syntax/mason.jsf etc/joe/syntax/ocaml.jsf @@ -42,22 +57,23 @@ etc/joe/syntax/perl.jsf etc/joe/syntax/php.jsf etc/joe/syntax/ps.jsf etc/joe/syntax/python.jsf +etc/joe/syntax/rexx.jsf +etc/joe/syntax/ruby.jsf etc/joe/syntax/sed.jsf etc/joe/syntax/sh.jsf +etc/joe/syntax/skill.jsf etc/joe/syntax/sml.jsf etc/joe/syntax/sql.jsf etc/joe/syntax/tcl.jsf etc/joe/syntax/tex.jsf +etc/joe/syntax/troff.jsf etc/joe/syntax/verilog.jsf etc/joe/syntax/vhdl.jsf etc/joe/syntax/xml.jsf -etc/joe/doc/ChangeLog -etc/joe/doc/LIST -etc/joe/doc/HACKING -etc/joe/doc/HINTS -etc/joe/doc/NEWS -etc/joe/doc/README -@dirrmtry etc/joe/doc +@dirrmtry man/ru/man1 +@dirrmtry man/ru @dirrmtry etc/joe/charmaps +@dirrmtry etc/joe/doc +@dirrmtry etc/joe/lang @dirrmtry etc/joe/syntax @dirrmtry etc/joe |