diff options
Diffstat (limited to 'net/iplog/Makefile')
-rw-r--r-- | net/iplog/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/iplog/Makefile b/net/iplog/Makefile index d26f6c28535f..5049552fc339 100644 --- a/net/iplog/Makefile +++ b/net/iplog/Makefile @@ -39,6 +39,10 @@ post-install: @${ECHO_MSG} "See ${PREFIX}/etc/example-iplog.conf for an example" @${ECHO_MSG} "============================================================================" @${ECHO_MSG} + @${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/iplog.sh.sample file." + @${CAT} ${FILESDIR}/iplog.sh.tmpl | \ + ${SED} -e 's;PREFIX;${PREFIX};' \ + > ${PREFIX}/etc/rc.d/iplog.sh.sample .endif .include <bsd.port.post.mk> |