diff options
Diffstat (limited to 'security/fwtk/Makefile')
-rw-r--r-- | security/fwtk/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index 66eb5249d09a..06d6bafe0bf6 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -56,6 +56,10 @@ pre-configure: post-install: cd ${PREFIX}/libexec ; strip ${SBIN_BINS} ${LIBEXEC_BINS} cd ${PREFIX}/libexec ; ${MV} ${SBIN_BINS} mqueue ../sbin + if [ ! -f ${PREFIX}/etc/netperm-table ]; then \ + ${INSTALL_DATA} ${WRKSRC}/config/netperm-table \ + ${PREFIX}/etc/netperm-table;\ + fi .for man in ${MAN3} @${INSTALL_MAN} ${WRKSRC}/doc/man/${man} ${PREFIX}/man/man3 .endfor |