diff options
author | miwi <miwi@FreeBSD.org> | 2006-10-07 19:25:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-10-07 19:25:58 +0800 |
commit | b1cdff058db6b1249f2e011a4511cc9a1d302f65 (patch) | |
tree | aeed88700ca9b4e31d9b03042c9fcfabe24572d9 /www | |
parent | d87330e318c17b1ce20684bd8e820eb17113a816 (diff) | |
download | freebsd-ports-gnome-b1cdff058db6b1249f2e011a4511cc9a1d302f65.tar.gz freebsd-ports-gnome-b1cdff058db6b1249f2e011a4511cc9a1d302f65.tar.zst freebsd-ports-gnome-b1cdff058db6b1249f2e011a4511cc9a1d302f65.zip |
- Fix a flag for WITH_APACHE=YES
PR: ports/103423
Submitted by: Sergey Al. Safonov <spoof@spoofa.info>
Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #1
Diffstat (limited to 'www')
-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} |