summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-09-24 06:48:22 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-09-24 06:48:22 +0000
commitce6953a5a12b22b90cb32e945a6048a3199811c9 (patch)
tree6f5e367f08cb0bdcab53653cecf138490cd72e13 /Mk/bsd.port.mk
parentUpdate the DESCR (oops!) (diff)
Back out changes in rev. 1.217 -- ${CONFIGURE_SCRIPT} is not
meant to rename the name of script in ${SCRIPTDIR}.
Notes
Notes: svn path=/head/; revision=3854
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 2ccee9c07a3c..75c30c8d8c6d 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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}" \