diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-12-09 09:33:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-12-09 09:33:35 +0000 |
commit | ac62978e46f62248d220668d88e74d9711170e1a (patch) | |
tree | 7a69df71c6e5a4993d152f401bdcb4621b4b7488 /net/sixxs-aiccu | |
parent | a0f09242ac82048b145e03b84f2dccf2e26fb536 (diff) | |
download | ports-ac62978e46f62248d220668d88e74d9711170e1a.tar.gz ports-ac62978e46f62248d220668d88e74d9711170e1a.zip |
Notes
Diffstat (limited to 'net/sixxs-aiccu')
-rw-r--r-- | net/sixxs-aiccu/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile index 6980ae72bdf3..e1d3f3043204 100644 --- a/net/sixxs-aiccu/Makefile +++ b/net/sixxs-aiccu/Makefile @@ -38,6 +38,13 @@ post-patch: .include <bsd.port.pre.mk> +.if defined(WITH_LOG_DAEMON) +do-configure: + @${REINPLACE_CMD} \ + -e 's:LOG_LOCAL7:LOG_DAEMON:' \ + ${WRKSRC}/common/common.c +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unix-console/aiccu ${PREFIX}/sbin/sixxs-aiccu .ifndef(NOPORTDOCS) |