mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
9 lines
321 B
Plaintext
9 lines
321 B
Plaintext
bin/sysgather
|
|
@unexec if cmp -s %D/etc/sysgather.conf %D/etc/sysgather.conf.default; then rm -f %D/etc/sysgather.conf; fi
|
|
etc/sysgather.conf.default
|
|
@exec [ -f %B/sysgather.conf ] || cp %B/%f %B/sysgather.conf
|
|
%%EXAMPLESDIR%%/debian.conf
|
|
%%EXAMPLESDIR%%/freebsd.conf
|
|
%%EXAMPLESDIR%%/slackware.conf
|
|
@dirrm %%EXAMPLESDIR%%
|