aboutsummaryrefslogtreecommitdiff
path: root/www/mod_security
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2013-02-04 10:06:31 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2013-02-04 10:06:31 +0000
commiteb3c8c939c734e05eb9b3dafc58c5a9c80bc4ad8 (patch)
tree305d99a439dfd36bd23edf57a069ab55695ea7c2 /www/mod_security
parentcacf0139063cc84f164c4e82a6704dfdcf25fe59 (diff)
downloadports-eb3c8c939c734e05eb9b3dafc58c5a9c80bc4ad8.tar.gz
ports-eb3c8c939c734e05eb9b3dafc58c5a9c80bc4ad8.zip
- Fix mlogc source path.
PR: ports/174784 Submitted by: Dewayne <dewayne@amdg.etowns.org>
Notes
Notes: svn path=/head/; revision=311600
Diffstat (limited to 'www/mod_security')
-rw-r--r--www/mod_security/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.post.mk>