diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-12-03 22:22:05 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-12-03 22:22:05 +0000 |
commit | c32366e769d66adf3a3ad1cb3b2fe0540de89070 (patch) | |
tree | 641740f3109a234a7538de79eac6a9a76c43cb2e /share/man/man7 | |
parent | b9cb9681ff5d12e3ecb4cc78d410bc03ebf06b8c (diff) |
document prepare instead of depends
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/ports.7 | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index a5c3d79162a..0542b26ece3 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.87 2011/11/25 11:05:54 espie Exp $ +.\" $OpenBSD: ports.7,v 1.88 2011/12/03 22:22:04 espie Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: November 25 2011 $ +.Dd $Mdocdate: December 3 2011 $ .Dt PORTS 7 .Os .Sh NAME @@ -194,11 +194,11 @@ with the target that failed to .Pa ${REPORT_PROBLEM_LOGFILE} and proceed. .Pp -The targets that do this are +Some targets that do this are .Ar all , build , checksum , clean , .Ar configure , extract , fake , .Ar fetch , install , distclean , -.Ar deinstall , reinstall , package , +.Ar deinstall , reinstall , package , prepare , .Ar link-categories , unlink-categories , .Ar describe , show , regress , .Ar lib-depends-check , homepage-links , manpages-check , @@ -257,18 +257,9 @@ $ make checksum REFETCH=true .Ed .Pp will try to get a set of distfiles that match the recorded checksum. -.It Ar depends +.It Ar prepare Install -.Pq or package if only compilation is necessary -any dependencies of the current port. -When called by the -.Ar extract , install -or -.Ar fetch -targets, this is run in scattered pieces as -.Ar lib-depends , build-depends -and -.Ar run-depends . +any build dependencies of the current port. Defining .Ev NO_DEPENDS to |