diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-29 09:55:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-29 09:55:19 +0000 |
commit | 9e791751887729f61ed8c4692a972e31834077ea (patch) | |
tree | 98dfdfa419096bf512c7e0d5af31c0c1e646fbe1 /share | |
parent | 27872770127f447c8bcdb355329991531408820d (diff) |
whitespace and wording;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 75ba9dba1a9..204b2240801 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.169 2005/12/28 12:20:26 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.170 2005/12/29 09:55:18 jmc Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -1128,7 +1128,7 @@ SHARED_LIBS=foo 3.5, MODGNU_SHARED_LIBS=foo '-no-undefined', then libfoo_la_LDFLAGS will be set to -libfoo_la_LDFLAGS=-version-info 3:5:0 -no-undefined +libfoo_la_LDFLAGS=-version-info 3:5:0 -no-undefined. .It Ev MTREE_FILE .Xr mtree 8 specification to check when creating a PLIST with the @@ -1480,20 +1480,20 @@ Set to if distinct flavors of the port may share a common source tree. .It Ev SHARED_LIBS List of shared libraries that the port may build, as a list of the form -.Sq libname +.Sq libname .Sq libversion . Used to set variables of the form .Ev LIBlibname_VERSION that are then used for substitution by .Xr pkg_create 1 . -The porter is responsible to make sure the port uses those version numbers +The porter is responsible for making sure the port uses those version numbers when shared libraries are built. .Pp The intent is that the .Ox ports system must have control over shared library versions because of global changes that may require bumping the major version of every shared library in -the system, or simply because the third party programmers do not understand +the system, or simply because the third party programmers do not understand the rules for shared library versions, thus breaking the update mechanism. .Pp See also |