aboutsummaryrefslogtreecommitdiffstats
path: root/www/interchange
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-04-13 18:36:15 +0800
committerjbeich <jbeich@FreeBSD.org>2016-04-13 18:36:15 +0800
commit883b888942cffae3476d05cb91b882636a1e7977 (patch)
tree4e9607083456960d04d51c761a85448e0510cb47 /www/interchange
parentbc50e8ce9a6ac464a36af1dd8f90bc99a219adda (diff)
downloadfreebsd-ports-gnome-883b888942cffae3476d05cb91b882636a1e7977.tar.gz
freebsd-ports-gnome-883b888942cffae3476d05cb91b882636a1e7977.tar.zst
freebsd-ports-gnome-883b888942cffae3476d05cb91b882636a1e7977.zip
Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}
This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD. PR: 208294 Exp-run by: antoine Approved by: portmgr (antoine), perl (mat) Differential Revision: https://reviews.freebsd.org/D4158
Diffstat (limited to 'www/interchange')
-rw-r--r--www/interchange/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/interchange/Makefile b/www/interchange/Makefile
index 604b159edd7d..c08657a96bfb 100644
--- a/www/interchange/Makefile
+++ b/www/interchange/Makefile
@@ -59,7 +59,7 @@ do-configure:
# INTERCH_CONFIGURE_ARGS instead of CONFIGURE_ARGS.
@cd ${CONFIGURE_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} \
- ${PERL5} ./${CONFIGURE_SCRIPT} ${INTERCH_CONFIGURE_ARGS}
+ ${PERL5} ${CONFIGURE_CMD} ${INTERCH_CONFIGURE_ARGS}
post-install:
# This directory has to be created here for check-plist to pass, otherwise it