Back out changes in rev. 1.217 -- ${CONFIGURE_SCRIPT} is not

meant to rename the name of script in ${SCRIPTDIR}.
This commit is contained in:
Satoshi Asami 1996-09-24 06:48:22 +00:00
parent 06fecf2f90
commit ce6953a5a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3854

View file

@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
# $Id: bsd.port.mk,v 1.224 1996/08/25 21:07:38 wosch Exp $
# $Id: bsd.port.mk,v 1.225 1996/09/23 09:27:59 asami Exp $
#
# Please view me with 4 column tabs!
@ -709,12 +709,12 @@ do-patch:
.if !target(do-configure)
do-configure:
@if [ -f ${SCRIPTDIR}/${CONFIGURE_SCRIPT} ]; then \
@if [ -f ${SCRIPTDIR}/configure ]; then \
cd ${.CURDIR} && ${SETENV} CURDIR=${.CURDIR} DISTDIR=${DISTDIR}\
WRKDIR=${WRKDIR} WRKSRC=${WRKSRC} PATCHDIR=${PATCHDIR} \
SCRIPTDIR=${SCRIPTDIR} FILESDIR=${FILESDIR} \
PORTSDIR=${PORTSDIR} PREFIX=${PREFIX} DEPENDS="${DEPENDS}" \
X11BASE=${X11BASE} /bin/sh ${SCRIPTDIR}/${CONFIGURE_SCRIPT}; \
X11BASE=${X11BASE} /bin/sh ${SCRIPTDIR}/configure; \
fi
.if defined(HAS_CONFIGURE)
@(cd ${WRKSRC} && CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \