1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- add option WITH_LOG_DAEMON

PR:		141109
This commit is contained in:
Dirk Meyer 2009-12-09 09:33:35 +00:00
parent a0f09242ac
commit ac62978e46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245448

View File

@ -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)