summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-07 08:25:08 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-07 08:25:08 +0000
commitffec012f18d90dc6870b44d1569ebe8553438369 (patch)
tree7c70b9b0790c2f16d9bb026b30c2d40ae24fc6eb /Mk
parentAdd $Id$. (diff)
Make explanation of BUILD_DEPENDS less confusing.
Requested by: Narvi <narvi@haldjas.folklore.ee>
Notes
Notes: svn path=/head/; revision=3539
Diffstat (limited to '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 7bcf2599a759..b896a03ca8d7 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.216 1996/07/05 06:12:12 jkh Exp $
+# $Id: bsd.port.mk,v 1.217 1996/07/27 11:54:30 andreas Exp $
#
# Please view me with 4 column tabs!
@@ -113,8 +113,8 @@
# for it and go into "dir" to do a "make all install"
# if it's not found.
# BUILD_DEPENDS - A list of "prog:dir" pairs of other ports this
-# package depends to build (somewhere between the
-# "extract" to "build" stage). "prog" is the name
+# package depends to build (between the "extract"
+# and "build" stages, inclusive). "prog" is the name
# of an executable. make will search your $PATH for
# it and go into "dir" to do a "make all install" if
# it's not found.