mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
6 lines
245 B
Plaintext
6 lines
245 B
Plaintext
bin/spine
|
|
@unexec if cmp -s %D/etc/spine.conf %D/%%EXAMPLESDIR%%/spine.conf; then rm -f %D/etc/spine.conf; fi
|
|
%%EXAMPLESDIR%%/spine.conf
|
|
@exec [ -f %D/etc/spine.conf ] || cp %D/%%EXAMPLESDIR%%/spine.conf %D/etc/spine.conf
|
|
@dirrm %%EXAMPLESDIR%%
|