summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-21 16:55:54 +0000
committerjkh <jkh@FreeBSD.org>1994-08-21 16:55:54 +0000
commitf37210854b5e2dc35daca0f6626df48f2468db0c (patch)
tree3ba0b59760ef453dd2c25863ed3c6bd55e125b43 /share
parentf8db12ca5eb182853476bd3b1fd3f9b824ad09b3 (diff)
downloadFreeBSD-src-f37210854b5e2dc35daca0f6626df48f2468db0c.zip
FreeBSD-src-f37210854b5e2dc35daca0f6626df48f2468db0c.tar.gz
Get the .configure_done stuff working - it wasn't in the right place.
Submitted by: jkh
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index a5a4283..89e7bea 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -1,7 +1,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.4 1994/08/21 15:04:03 jkh Exp $
+# $Id: bsd.port.mk,v 1.5 1994/08/21 16:37:09 jkh Exp $
#
# Supported Variables and their behaviors:
@@ -111,9 +111,9 @@ build: configure
# This is done with a .configure because configures are often expensive,
# and you don't want it done again gratuitously when you're trying to get
# a make of the whole tree to work.
-configure: ${.CURDIR}/.configure_done
+configure: extract ${.CURDIR}/.configure_done
-${.CURDIR}/.configure_done: extract
+${.CURDIR}/.configure_done:
@echo "===> Configuring for ${DISTNAME}"
@if [ -d ${PATCHDIR} ]; then \
echo "===> Applying patches for ${DISTNAME}" ; \
OpenPOWER on IntegriCloud