From eb3c8c939c734e05eb9b3dafc58c5a9c80bc4ad8 Mon Sep 17 00:00:00 2001 From: Marcelo Araujo Date: Mon, 4 Feb 2013 10:06:31 +0000 Subject: [PATCH] - Fix mlogc source path. PR: ports/174784 Submitted by: Dewayne --- www/mod_security/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index 767796c9731c..632f232648f7 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -80,7 +80,7 @@ post-install: @(cd ${WRKSRC} && ${COPYTREE_SHARE} "doc" ${DOCSDIR}/) .endif .if defined(WITH_MLOGC) - ${INSTALL_PROGRAM} ${WRKSRC}/mlogc-src/mlogc ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/mlogc/mlogc ${PREFIX}/bin/ .endif .include