freebsd-ports/editors/joe/pkg-plist
Pav Lucistnik 094982a4a5 - Update to 3.3
Obtained from:	editors/joe-devel
Approved by:	Kevin Day <toasty@dragondata.com> (maintainer)
2005-10-21 08:21:15 +00:00

63 lines
2.1 KiB
Text

bin/jmacs
bin/joe
bin/jpico
bin/jstar
bin/rjoe
bin/termidx
etc/joe/charmaps/klingon
@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
@unexec if cmp -s %D/etc/joe/joerc.dist %D/etc/joe/joerc; then rm -f %D/etc/joe/joerc; fi
etc/joe/joerc.dist
@exec if [ ! -f %D/etc/joe/joerc ]; then cp %D/etc/joe/%f %D/etc/joe/joerc; fi
@unexec if cmp -s %D/etc/joe/jpicorc.dist %D/etc/joe/jpicorc; then rm -f %D/etc/joe/jpicorc; fi
etc/joe/jpicorc.dist
@exec if [ ! -f %D/etc/joe/jpicorc ]; then cp %D/etc/joe/%f %D/etc/joe/jpicorc; fi
@unexec if cmp -s %D/etc/joe/jstarrc.dist %D/etc/joe/jstarrc; then rm -f %D/etc/joe/jstarrc; fi
etc/joe/jstarrc.dist
@exec if [ ! -f %D/etc/joe/jstarrc ]; then cp %D/etc/joe/%f %D/etc/joe/jstarrc; fi
@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/syntax/4gl.jsf
etc/joe/syntax/ada.jsf
etc/joe/syntax/asm.jsf
etc/joe/syntax/awk.jsf
etc/joe/syntax/c.jsf
etc/joe/syntax/cobol.jsf
etc/joe/syntax/conf.jsf
etc/joe/syntax/csh.jsf
etc/joe/syntax/css.jsf
etc/joe/syntax/diff.jsf
etc/joe/syntax/fortran.jsf
etc/joe/syntax/html.jsf
etc/joe/syntax/java.jsf
etc/joe/syntax/lisp.jsf
etc/joe/syntax/mail.jsf
etc/joe/syntax/mason.jsf
etc/joe/syntax/ocaml.jsf
etc/joe/syntax/pascal.jsf
etc/joe/syntax/perl.jsf
etc/joe/syntax/php.jsf
etc/joe/syntax/ps.jsf
etc/joe/syntax/python.jsf
etc/joe/syntax/sed.jsf
etc/joe/syntax/sh.jsf
etc/joe/syntax/sml.jsf
etc/joe/syntax/sql.jsf
etc/joe/syntax/tcl.jsf
etc/joe/syntax/tex.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
@unexec rmdir %D/etc/joe/doc 2>/dev/null || true
@unexec rmdir %D/etc/joe/charmaps 2>/dev/null || true
@unexec rmdir %D/etc/joe/syntax 2>/dev/null || true
@unexec rmdir %D/etc/joe 2>/dev/null || true