aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-01-04 17:58:39 +0800
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-01-04 17:58:39 +0800
commit339b62ad34ff90c7d2db2ced95f9b7fcbf22f837 (patch)
treef12ac0c5334789cae845e05249a48ef6179519a2
parentb64a3e4a94b57a0c6903fe3639f1734d9e82b4c3 (diff)
downloadfreebsd-ports-339b62ad34ff90c7d2db2ced95f9b7fcbf22f837.tar.gz
freebsd-ports-339b62ad34ff90c7d2db2ced95f9b7fcbf22f837.tar.zst
freebsd-ports-339b62ad34ff90c7d2db2ced95f9b7fcbf22f837.zip
Put depends before configure. No reason that I can see for putting it after,
and it breaks mule the way it is now.
Notes
Notes: svn path=/head/; revision=699
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 4fab3b15499b..1083a1cf4b4e 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.92 1995/01/04 07:35:46 jkh Exp $
+# $Id: bsd.port.mk,v 1.93 1995/01/04 08:30:33 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -370,7 +370,7 @@ pre-build:
.endif
.if !target(build)
-build: configure depends ${BUILD_COOKIE}
+build: depends configure ${BUILD_COOKIE}
${BUILD_COOKIE}:
@echo "===> Building for ${DISTNAME}"