mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
87a32678ac
PR: ports/66136 Submitted by: krion, pav Approved by: maintainer
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
bin/jmacs
|
|
bin/joe
|
|
bin/jpico
|
|
bin/jstar
|
|
bin/rjoe
|
|
bin/termidx
|
|
@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/c.jsf
|
|
etc/joe/syntax/conf.jsf
|
|
etc/joe/syntax/perl.jsf
|
|
etc/joe/syntax/php.jsf
|
|
etc/joe/syntax/python.jsf
|
|
etc/joe/syntax/sh.jsf
|
|
etc/joe/syntax/verilog.jsf
|
|
%%PORTDOCS%%%%DOCSDIR%%/CommandList
|
|
%%PORTDOCS%%%%DOCSDIR%%/INFO
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrm etc/joe/syntax
|
|
@dirrm etc/joe
|