View | Details | Raw Unified | Return to bug 40283
Collapse All | Expand All

(-)www/mod_ruby//Makefile (-2 / +2 lines)
Lines 22-28 Link Here
22
USE_RUBY_RD=	yes
22
USE_RUBY_RD=	yes
23
.endif
23
.endif
24
24
25
APXS=		${LOCALBASE}/sbin/apxs
25
APXS?=		${LOCALBASE}/sbin/apxs
26
26
27
CONFIGURE_ARGS=	--with-apxs="${APXS}" \
27
CONFIGURE_ARGS=	--with-apxs="${APXS}" \
28
		--enable-eruby=yes \
28
		--enable-eruby=yes \
Lines 42-48 Link Here
42
.endif
42
.endif
43
43
44
post-install:
44
post-install:
45
	${INSTALL_DATA} ${WRKSRC}/examples/httpd.conf ${PREFIX}/etc/apache/httpd.conf.${PORTNAME}
45
	${INSTALL_DATA} ${WRKSRC}/examples/httpd.conf `${APXS} -q SYSCONFDIR`/httpd.conf.${PORTNAME}
46
.if !defined(NOPORTDOCS)
46
.if !defined(NOPORTDOCS)
47
	${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
47
	${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
48
.for f in ${DOCS_EN}
48
.for f in ${DOCS_EN}

Return to bug 40283