From patseal@hyperhost.net  Sat Mar 11 21:32:42 2000
Return-Path: <patseal@hyperhost.net>
Received: from hyperhost.net (hyperhost.net [207.159.132.249])
	by hub.freebsd.org (Postfix) with ESMTP id ED42437BCB3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Mar 2000 21:32:40 -0800 (PST)
	(envelope-from patseal@hyperhost.net)
Received: from foobar.foobar.eyep.net (postfix@p10.a8.du.radix.net [207.192.132.138])
	by hyperhost.net (8.9.3/8.9.3) with ESMTP id AAA06828
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Mar 2000 00:32:37 -0500 (EST)
Received: by foobar.foobar.eyep.net (Postfix, from userid 1000)
	id A84A5138114; Sun, 12 Mar 2000 00:31:08 -0500 (EST)
Message-Id: <20000312053108.A84A5138114@foobar.foobar.eyep.net>
Date: Sun, 12 Mar 2000 00:31:08 -0500 (EST)
From: patseal@hyperhost.net
Reply-To: patseal@hyperhost.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: bsd.port.mk documentation addition
X-Send-Pr-Version: 3.2

>Number:         17334
>Category:       ports
>Synopsis:       bsd.port.mk documentation addition
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    asami
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 11 21:40:00 PST 2000
>Closed-Date:    Sun Apr 2 22:12:23 PDT 2000
>Last-Modified:  Sun Apr  2 22:12:35 PDT 2000
>Originator:     Patrick Seal
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

>Description:

	ALL_TARGET and INSTALL_TAGET are NOT documented.
	They are now.

>How-To-Repeat:
>Fix:
	
*** bsd.port.mk.orig	Sun Mar 12 00:18:06 2000
--- bsd.port.mk	Sun Mar 12 00:24:56 2000
***************
*** 375,380 ****
--- 375,381 ----
  #
  # For build and install:
  #
+ # ALL_TARGET	- Default target for sub-make in build stage (default: all).
  # MAKE_ENV		- Additional environment vars passed to sub-make in build
  #				  and install stages (default: see below).
  # MAKE_ARGS		- Any extra arguments to sub-make in build and install
***************
*** 382,387 ****
--- 383,390 ----
  #
  # For install:
  #
+ # INSTALL_TARGET - Default target for sub-make in install stage 
+ # 				  (default: install).
  # NO_MTREE		- If set, will not invoke mtree from bsd.port.mk from
  #				  the "install" target.
  # MTREE_FILE	- The name of the mtree file (default: /etc/mtree/BSD.x11.dist


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->asami 
Responsible-Changed-By: mharo 
Responsible-Changed-When: Fri Mar 31 00:07:43 PST 2000 
Responsible-Changed-Why:  
Over to bsd.port.mk maintainer 
State-Changed-From-To: open->closed 
State-Changed-By: asami 
State-Changed-When: Sun Apr 2 22:12:23 PDT 2000 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
