Index: www/mod_ruby//Makefile =================================================================== RCS file: /home/ncvs/ports/www/mod_ruby/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- www/mod_ruby//Makefile 2002/06/11 12:51:15 1.29 +++ www/mod_ruby//Makefile 2002/07/07 08:31:52 @@ -22,7 +22,7 @@ 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 @@ .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}