diff options
Diffstat (limited to 'security/fwlogwatch/Makefile')
-rw-r--r-- | security/fwlogwatch/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/fwlogwatch/Makefile b/security/fwlogwatch/Makefile index d6bb4dee9d9..160aec4a63d 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> |