aboutsummaryrefslogtreecommitdiff
path: root/textproc/groff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-04-13 10:36:15 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-04-13 10:36:15 +0000
commit88360e4c12280daf5dd49698f00ce25a9fa75ab3 (patch)
tree4e9607083456960d04d51c761a85448e0510cb47 /textproc/groff
parentc57709330bd95e4d69f7457b25c5d6cb78a61241 (diff)
downloadports-88360e4c12280daf5dd49698f00ce25a9fa75ab3.tar.gz
ports-88360e4c12280daf5dd49698f00ce25a9fa75ab3.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
Notes
Notes: svn path=/head/; revision=413184
Diffstat (limited to 'textproc/groff')
-rw-r--r--textproc/groff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile
index 86bb21638417..5ce6825dddb7 100644
--- a/textproc/groff/Makefile
+++ b/textproc/groff/Makefile
@@ -80,7 +80,7 @@ post-configure:
INSTALL_LIB="${INSTALL_LIB}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
- ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \
+ ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS}; then \
${ECHO_MSG} "===> Script \"${CONFIGURE_SCRIPT}\" failed unexpectedly."; \
(${ECHO_CMD} ${CONFIGURE_FAIL_MESSAGE}) | ${FMT} 75 79 ; \
${FALSE}; \