From fadce0b525bbdfd57cde4196560a96e90a4ecbea Mon Sep 17 00:00:00 2001 From: Steven Mestdagh Date: Mon, 8 May 2006 11:16:21 +0000 Subject: we no longer have a static flavor for bash, replace the example with screen. change a duplicate `make package' to `make install' while here. ok espie@ --- share/man/man7/ports.7 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 4a0bb817355..fed533b7b09 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. .\" -.\" $OpenBSD: ports.7,v 1.53 2005/09/04 18:21:38 pvalchev Exp $ +.\" $OpenBSD: ports.7,v 1.54 2006/05/08 11:16:20 steven Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -403,7 +403,7 @@ available flavors in the .Pa pkg/DESCR file. .Pp -For example, the shells/bash port comes with a flavor called +For example, the misc/screen port comes with a flavor called .Ic static . This changes the building process so a statically compiled version of the program will be built. @@ -412,7 +412,7 @@ the package name will be extended with a dash-separated list of the selected flavors. .Pp In this instance, the corresponding package will be called -.Ic bash-1.14.7p1-static . +.Ic screen-4.0.2-static . .Pp To build a port with a specific flavor, just pass .Ev FLAVOR @@ -425,7 +425,7 @@ $ env FLAVOR="static" make package .Pp and of course, use the same settings for the subsequent invocations of make: .Bd -literal -offset indent -$ env FLAVOR="static" make package +$ env FLAVOR="static" make install $ env FLAVOR="static" make clean .Ed .Pp -- cgit v1.2.3