203cd8df0e
Utilize EXAMPLESDIR to improves layout; i.e., configuration file -> ${PREFIX}/etc sample configuration file -> ${PREFIX}/share/examples/${PORTNAME} This change helps if many configuration files and sample ones exist. PR: ports/58385 Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org> Approved by: maintainer timeout
24 lines
842 B
Text
24 lines
842 B
Text
bin/screen
|
|
%%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
|
|
@unexec if cmp -s %D/etc/screenrc %%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 %B/screenrc ] || cp %B/%f %B/screenrc
|
|
@dirrm %%EXAMPLESDIR%%
|
|
@dirrm %%DATADIR%%/utf8encodings
|
|
@dirrm %%DATADIR%%
|