aboutsummaryrefslogtreecommitdiffstats
path: root/net/iplog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/iplog/Makefile')
-rw-r--r--net/iplog/Makefile4
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>
pendabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19&id=ea53b0dfe0cfea008f3a49aca67995af0f497920'>Unbreak build with clang 3.6.fjoe2015-03-222-0/+22 * Unbreak build on -CURRENT (missing include).fjoe2015-03-221-0/+10 * Unbreak on -CURRENT (ignore unused command line arguments for clang).fjoe2015-01-281-0/+18 * SYSCTL_ROOT_NODE exists only on FreeBSD >= 1100024fjoe2014-09-131-4/+7 * Allow staging as a regular userantoine2014-09-061-1/+1