aboutsummaryrefslogtreecommitdiff
path: root/net/etrace/pkg-plist
diff options
context:
space:
mode:
Diffstat (limited to 'net/etrace/pkg-plist')
-rw-r--r--net/etrace/pkg-plist8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/etrace/pkg-plist b/net/etrace/pkg-plist
new file mode 100644
index 000000000000..eb03aa615e92
--- /dev/null
+++ b/net/etrace/pkg-plist
@@ -0,0 +1,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"