diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 11:25:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 11:25:58 +0000 |
commit | d7ae0aeb7c8c4dcc39a8a5866c6c026d74ae20d2 (patch) | |
tree | 55e5fef0e85717902804435cda6f076fb0c7e30e /www/resin2 | |
parent | ffbfef47c9087d868849c7a852597df4ed8de5f7 (diff) | |
download | ports-d7ae0aeb7c8c4dcc39a8a5866c6c026d74ae20d2.tar.gz ports-d7ae0aeb7c8c4dcc39a8a5866c6c026d74ae20d2.zip |
Notes
Diffstat (limited to 'www/resin2')
-rw-r--r-- | www/resin2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/resin2/Makefile b/www/resin2/Makefile index 152b38387fd4..7d6d0e39976c 100644 --- a/www/resin2/Makefile +++ b/www/resin2/Makefile @@ -141,7 +141,7 @@ do-install: ${APXS} -i -n caucho -a ${WRKSRC}/src/c/plugin/apache2/mod_caucho.so .endif .if (defined(WITH_APACHE) && (${WITH_APACHE} == yes || ${WITH_APACHE} == YES)) - ${APXS} -i -n caucho -a ${WRKSRC}/src/c/plugin/apache1/mod_caucho.so + ${APXS} -i -n caucho -a ${WRKSRC}/src/c/plugin/apache/mod_caucho.so .endif @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO_MSG} |