diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-09 17:57:58 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-09 17:57:58 +0000 |
commit | a9c5b21221e70b635c4318289b0b3100658f97e4 (patch) | |
tree | 9d31e8703c1fff2818a7f4ac56936ed888be8133 /security/fwlogwatch/Makefile | |
parent | 382d3f7a250f97c8343012adaa5958df1f5e8bef (diff) | |
download | ports-a9c5b21221e70b635c4318289b0b3100658f97e4.tar.gz ports-a9c5b21221e70b635c4318289b0b3100658f97e4.zip |
Notes
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 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> |