1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/xprobe/pkg-plist
Wesley Shields 28ee23d9ac Fix build with gcc45
Don't overwrite configuration file on install
Mark MAKE_JOBS_SAFE

PR:		ports/148451
Submitted by:	swell.k@gmail.com
2010-07-10 03:45:11 +00:00

6 lines
266 B
Plaintext

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%%