summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-08-07 08:25:08 +0000
committerasami <asami@FreeBSD.org>1996-08-07 08:25:08 +0000
commit8bd2231427bdab6c232fe2d2702663e0c46db1b8 (patch)
treeadb4fc43a2887883add2670731dd2e0310ad27e8 /share/mk
parentcf224b8215a1b7f7b90db6566bd1699c45b84027 (diff)
downloadFreeBSD-src-8bd2231427bdab6c232fe2d2702663e0c46db1b8.zip
FreeBSD-src-8bd2231427bdab6c232fe2d2702663e0c46db1b8.tar.gz
Make explanation of BUILD_DEPENDS less confusing.
Requested by: Narvi <narvi@haldjas.folklore.ee>
Diffstat (limited to 'share/mk')
-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 7bcf259..b896a03 100644
--- a/share/mk/bsd.port.mk
+++ b/share/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.
OpenPOWER on IntegriCloud