28ee23d9ac
Don't overwrite configuration file on install Mark MAKE_JOBS_SAFE PR: ports/148451 Submitted by: swell.k@gmail.com
5 lines
266 B
Text
5 lines
266 B
Text
bin/xprobe2
|
|
@unexec if cmp -s %D/%%ETCDIR%%/xprobe2.conf.sample %D/%%ETCDIR%%/xprobe2.conf; then rm -f %D/%%ETCDIR%%/xprobe2.conf; fi
|
|
%%ETCDIR%%/xprobe2.conf.sample
|
|
@exec if [ ! -f %D/%%ETCDIR%%/xprobe2.conf ]; then cp -p %D/%F %B/xprobe2.conf; fi
|
|
@dirrm %%ETCDIR%%
|