mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Pass the configure script the apxs' absolute pathname.
Found by: bento
This commit is contained in:
parent
1febbc1f2c
commit
b79ce392ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32485
@ -22,11 +22,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
APXS= ${LOCALBASE}/sbin/apxs
|
||||
|
||||
CONFIGURE_ARGS= --apxs="${APXS}"
|
||||
|
||||
DOCS_EN= ChangeLog README.en
|
||||
DOCS_JA= README.ja
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} Makefile.RB
|
||||
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} Makefile.RB ${CONFIGURE_ARGS}
|
||||
|
||||
do-install:
|
||||
${APXS} -i -A -n ruby ${WRKSRC}/mod_ruby.so
|
||||
|
Loading…
Reference in New Issue
Block a user