aboutsummaryrefslogtreecommitdiffstats
path: root/net/etrace/pkg-plist
blob: eb03aa615e92e1bba1c5c2559b2e22c47085786b (plain) (blame)
1
2
3
4
5
6
7
8
@comment $FreeBSD$
bin/etrace
%%DATADIR%%/dns
%%DATADIR%%/ike
@unexec if cmp -s %D/share/etrace/profile %D/share/etrace/default.profile; then rm -f %D/share/etrace/profile; fi
%%DATADIR%%/default.profile
@exec if [ ! -f %D/share/etrace/profile ]; then cp %D/share/etrace/default.profile %D/share/etrace/profile; fi
@unexec rm -r %D/%%DATADIR%% || echo "etrace: if you're finished with this port, clean up %D/share/etrace"