diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2013-02-04 10:06:31 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2013-02-04 10:06:31 +0000 |
commit | eb3c8c939c734e05eb9b3dafc58c5a9c80bc4ad8 (patch) | |
tree | 305d99a439dfd36bd23edf57a069ab55695ea7c2 /www/mod_security | |
parent | cacf0139063cc84f164c4e82a6704dfdcf25fe59 (diff) | |
download | freebsd-ports-eb3c8c939c734e05eb9b3dafc58c5a9c80bc4ad8.zip |
- Fix mlogc source path.
PR: ports/174784
Submitted by: Dewayne <dewayne@amdg.etowns.org>
Diffstat (limited to 'www/mod_security')
-rw-r--r-- | www/mod_security/Makefile | 2 |
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> |