svn commit: r311600 - head/www/mod_security
Marcelo Araujo
araujo at FreeBSD.org
Mon Feb 4 10:06:32 UTC 2013
Author: araujo
Date: Mon Feb 4 10:06:31 2013
New Revision: 311600
URL: http://svnweb.freebsd.org/changeset/ports/311600
Log:
- Fix mlogc source path.
PR: ports/174784
Submitted by: Dewayne <dewayne at amdg.etowns.org>
Modified:
head/www/mod_security/Makefile (contents, props changed)
Modified: head/www/mod_security/Makefile
==============================================================================
--- head/www/mod_security/Makefile Mon Feb 4 10:04:11 2013 (r311599)
+++ head/www/mod_security/Makefile Mon Feb 4 10:06:31 2013 (r311600)
@@ -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>
More information about the svn-ports-head
mailing list