Stylify: use CONFIGURE_CMD macro.
Do not bump PORTREVISION.
This commit is contained in:
parent
00841b80da
commit
3cf0327df4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553107
4 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ MASTERDIR= ${.CURDIR}/../unit
|
|||
|
||||
post-configure:
|
||||
cd ${CONFIGURE_WRKSRC} && \
|
||||
./configure perl --module=${UNIT_MODNAME}
|
||||
${CONFIGURE_CMD} perl --module=${UNIT_MODNAME}
|
||||
|
||||
do-build:
|
||||
cd ${CONFIGURE_WRKSRC} && ${MAKE} ${UNIT_MODNAME}
|
||||
|
|
|
@ -20,7 +20,7 @@ MASTERDIR= ${.CURDIR}/../unit
|
|||
|
||||
post-configure:
|
||||
cd ${CONFIGURE_WRKSRC} && \
|
||||
./configure php --lib-path=${LOCALBASE}/lib \
|
||||
${CONFIGURE_CMD} php --lib-path=${LOCALBASE}/lib \
|
||||
--module=${UNIT_MODNAME}
|
||||
|
||||
do-build:
|
||||
|
|
|
@ -21,7 +21,7 @@ MASTERDIR= ${.CURDIR}/../unit
|
|||
|
||||
post-configure:
|
||||
cd ${CONFIGURE_WRKSRC} && \
|
||||
./configure python --module=${UNIT_MODNAME} \
|
||||
${CONFIGURE_CMD} python --module=${UNIT_MODNAME} \
|
||||
--config=${PYTHON_CMD}-config
|
||||
|
||||
do-build:
|
||||
|
|
|
@ -21,7 +21,7 @@ MASTERDIR= ${.CURDIR}/../unit
|
|||
|
||||
post-configure:
|
||||
cd ${CONFIGURE_WRKSRC} && \
|
||||
./configure ruby --module=${UNIT_MODNAME}
|
||||
${CONFIGURE_CMD} ruby --module=${UNIT_MODNAME}
|
||||
|
||||
do-build:
|
||||
cd ${CONFIGURE_WRKSRC} && ${MAKE} ${UNIT_MODNAME}
|
||||
|
|
Loading…
Reference in a new issue