summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteven <steven@openbsd.org>2006-05-08 11:16:20 +0000
committersteven <steven@openbsd.org>2006-05-08 11:16:20 +0000
commit4cc15f9fd5c360c8fe82c05420b5614df9ee54c8 (patch)
tree7b18e7d08536209eb8dd2e8eb180fd1d740c63d1
parentuint32_t -> u_int32_t (which we use everywhere else) (diff)
downloadwireguard-openbsd-4cc15f9fd5c360c8fe82c05420b5614df9ee54c8.tar.xz
wireguard-openbsd-4cc15f9fd5c360c8fe82c05420b5614df9ee54c8.zip
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@
-rw-r--r--share/man/man7/ports.78
1 files 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