|
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} |