diff options
author | hoek <hoek@FreeBSD.org> | 1999-08-21 17:22:29 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1999-08-21 17:22:29 +0000 |
commit | 2cf7e92c711cd5cfa74fa596ee64157497f96bf3 (patch) | |
tree | 712b718df15bcf2a64c0bcb38eef3e325f3a2f55 | |
parent | 156e57ed724a27d874538c35a48843dc2cd55501 (diff) | |
download | FreeBSD-src-2cf7e92c711cd5cfa74fa596ee64157497f96bf3.zip FreeBSD-src-2cf7e92c711cd5cfa74fa596ee64157497f96bf3.tar.gz |
The "depends-list" target disappeared in r.1.300 (Dec. 12, 1998) of
bsd.port.mk. Replace its occurrence in this file with a synonym.
PR: docs/13255
-rw-r--r-- | share/man/man7/ports.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index b361b53..34db72f 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ports.7,v 1.13 1999/07/12 07:49:28 obrien Exp $ +.\" $Id: ports.7,v 1.14 1999/08/15 10:48:24 mpp Exp $ .\" .Dd January 25, 1998 .Dt PORTS 7 @@ -137,7 +137,7 @@ The following targets are not run during the normal install process. .Bl -tag -width fetch-list .It Ar fetch-list Show list of files needed to be fetched in order to build the port. -.It Ar depends-list package-depends +.It Ar pretty-print-run-depends-list pretty-print-build-depends-list Print a list of all the compile and run dependencies, and dependencies of those dependencies. .It Ar clean |