aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-12-09 17:33:35 +0800
committerdinoex <dinoex@FreeBSD.org>2009-12-09 17:33:35 +0800
commit1c031c484f9e94e52748498527b632db040e0fb2 (patch)
tree780c5a5038c55e805d21ba8a4b7758f3fd462536 /net
parent74642267867a543d6b5b74142554189986d4d9cf (diff)
downloadfreebsd-ports-gnome-1c031c484f9e94e52748498527b632db040e0fb2.tar.gz
freebsd-ports-gnome-1c031c484f9e94e52748498527b632db040e0fb2.tar.zst
freebsd-ports-gnome-1c031c484f9e94e52748498527b632db040e0fb2.zip
- add option WITH_LOG_DAEMON
PR: 141109
Diffstat (limited to 'net')
-rw-r--r--net/sixxs-aiccu/Makefile7
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)