diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-07-12 05:00:41 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-07-12 05:00:41 +0000 |
commit | 47c96a504d78001774ff6e3e070c5260edc623c9 (patch) | |
tree | 2a045bddadc0386fb90aeb1e93159179ddb9c704 /www/mod_ruby/Makefile | |
parent | f6ffd9afe001f66a58f7db744810a85fa590e893 (diff) | |
download | ports-47c96a504d78001774ff6e3e070c5260edc623c9.tar.gz ports-47c96a504d78001774ff6e3e070c5260edc623c9.zip |
Notes
Diffstat (limited to 'www/mod_ruby/Makefile')
-rw-r--r-- | www/mod_ruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile index 7cae3ad42330..a66223bdd189 100644 --- a/www/mod_ruby/Makefile +++ b/www/mod_ruby/Makefile @@ -22,7 +22,7 @@ USE_RUBY= yes USE_RUBY_RD= yes .endif -APXS= ${LOCALBASE}/sbin/apxs +APXS?= ${LOCALBASE}/sbin/apxs CONFIGURE_ARGS= --with-apxs="${APXS}" \ --enable-eruby=yes \ @@ -42,7 +42,7 @@ post-build: .endif post-install: - ${INSTALL_DATA} ${WRKSRC}/examples/httpd.conf ${PREFIX}/etc/apache/httpd.conf.${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/examples/httpd.conf `${APXS} -q SYSCONFDIR`/httpd.conf.${PORTNAME} .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja .for f in ${DOCS_EN} |