mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
b1d1079d11
- Move it to net-mgmt to follow cacti - Drop maintenership Repocopy done by: marcus
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%%
|