--- Makefile 2014-08-13 19:56:50.000000000 -0700 +++ Makefile 2014-08-13 19:57:04.000000000 -0700 @@ -3,7 +3,7 @@ PORTNAME= bro PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.bro.org/downloads/release/ --- pkg-plist 2014-08-13 19:56:50.000000000 -0700 +++ pkg-plist 2014-08-13 19:57:04.000000000 -0700 @@ -4,6 +4,7 @@ %%BROCTL%%@exec mkdir -p %D/spool/tmp %%BROCTL%%@exec chown %%BROUSER%%:%%BROGROUP%% %D/spool %%BROCTL%%@exec chown %%BROUSER%%:%%BROGROUP%% %D/spool/tmp +%%BROCTL%%@exec chown -R %%BROUSER%%:%%BROGROUP%% %D/spool/installed-scripts-do-not-touch bin/bro bin/bro-cut %%BROCTL%%bin/broctl @@ -454,11 +455,8 @@ %%BROCTL%%@unexec rm -f %D/spool/installed-scripts-do-not-touch/site/local.bro %%BROCTL%%@dirrmtry spool/tmp %%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch/site -%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch/site -%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch/auto %%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch/auto %%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch -%%BROCTL%%@dirrmtry spool/installed-scripts-do-not-touch %%BROCTL%%@dirrmtry spool %%BROCTL%%@dirrm %%DATADIR%%ctl/scripts/postprocessors %%BROCTL%%@dirrm %%DATADIR%%ctl/scripts/helpers @@ -560,4 +558,4 @@ %%CLEANUP_PREFIX%%@dirrmtry etc %%CLEANUP_PREFIX%%@dirrmtry bin %%CLEANUP_PREFIX%%@dirrmtry %D -%%BROCTL%%@exec su %%BROUSER%% -c '%D/bin/broctl install' +%%BROCTL%%@exec su -fm %%BROUSER%% -c '%D/bin/broctl install'