summaryrefslogtreecommitdiff
path: root/security/fwlogwatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/fwlogwatch/Makefile')
-rw-r--r--security/fwlogwatch/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/fwlogwatch/Makefile b/security/fwlogwatch/Makefile
index d6bb4dee9d94..160aec4a63d3 100644
--- a/security/fwlogwatch/Makefile
+++ b/security/fwlogwatch/Makefile
@@ -29,4 +29,7 @@ post-patch:
s,/usr/local,${PREFIX},g" ${WRKSRC}/main.h
@${PERL} -pi -e "s,/etc,${PREFIX}/etc,g" ${WRKSRC}/${MAN8}
+post-install:
+ @${INSTALL_SCRIPT} ${FILESDIR}/fwlogwatch.sh.sample ${PREFIX}/etc/rc.d
+
.include <bsd.port.mk>