mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
3bd117e04b
PR: 183186 Submitted by: mat
26 lines
881 B
Plaintext
26 lines
881 B
Plaintext
bin/screen
|
|
%%MAN%%man/man1/screen.1.gz
|
|
@unexec if cmp -s %D/etc/screenrc %D/%%EXAMPLESDIR%%/screenrc; then rm -f %D/etc/screenrc; else echo If permanently deleting this package, %%PREFIX%%/etc/screenrc must be removed manually; fi
|
|
%%EXAMPLESDIR%%/screenrc
|
|
@exec [ -f %D/etc/screenrc ] || cp %B/%f %D/etc/screenrc
|
|
%%DATADIR%%/utf8encodings/01
|
|
%%DATADIR%%/utf8encodings/02
|
|
%%DATADIR%%/utf8encodings/03
|
|
%%DATADIR%%/utf8encodings/04
|
|
%%DATADIR%%/utf8encodings/18
|
|
%%DATADIR%%/utf8encodings/19
|
|
%%DATADIR%%/utf8encodings/a1
|
|
%%DATADIR%%/utf8encodings/bf
|
|
%%DATADIR%%/utf8encodings/c2
|
|
%%DATADIR%%/utf8encodings/c3
|
|
%%DATADIR%%/utf8encodings/c4
|
|
%%DATADIR%%/utf8encodings/c6
|
|
%%DATADIR%%/utf8encodings/c7
|
|
%%DATADIR%%/utf8encodings/c8
|
|
%%DATADIR%%/utf8encodings/cc
|
|
%%DATADIR%%/utf8encodings/cd
|
|
%%DATADIR%%/utf8encodings/d6
|
|
@dirrm %%DATADIR%%/utf8encodings
|
|
@dirrm %%DATADIR%%
|
|
@dirrm %%EXAMPLESDIR%%
|