diff --git a/net/hsflowd/pkg-plist b/net/hsflowd/pkg-plist index fd9f4fad6e4f..83cfaa839f1e 100644 --- a/net/hsflowd/pkg-plist +++ b/net/hsflowd/pkg-plist @@ -1,3 +1,3 @@ @sample %%ETCDIR%%/hsflowd.conf.sample sbin/hsflowd -@unexec if [ -d %%ETCDIR%% ]; then echo "==> If you are permanently removing this port, you should do a ``rm -rf %%ETCDIR%%`` to remove any configuration files."; fi +@postunexec if [ -d %%ETCDIR%% ]; then echo "==> If you are permanently removing this port, you should do a ``rm -rf %%ETCDIR%%`` to remove any configuration files."; fi