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:
parent
a0f09242ac
commit
ac62978e46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245448
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user