diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-09 01:24:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-09 01:24:46 +0000 |
commit | 2626c7c590904047447fc31b111c303228277fb1 (patch) | |
tree | 0b4c9c7bb79a8b338eed5953f1982b4ce261287a /share/man/man5/port-modules.5 | |
parent | 8d91ff6a6ad4b3838d6a684fbe7927505636a609 (diff) |
new sentence, new line;
Diffstat (limited to 'share/man/man5/port-modules.5')
-rw-r--r-- | share/man/man5/port-modules.5 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 2dc42e28300..69ce92e23fa 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.56 2010/07/08 21:14:57 landry Exp $ +.\" $OpenBSD: port-modules.5,v 1.57 2010/07/09 01:24:45 jmc Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,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. .\" -.Dd $Mdocdate: July 8 2010 $ +.Dd $Mdocdate: July 9 2010 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -476,12 +476,14 @@ MODINTLTOOL_OVERRIDE to them. .It www/drupal6 .It www/mozilla Sets PKGNAME, HOMEPAGE, MASTER_SITES, DISTNAME, USE_GMAKE, ONLY_FOR_ARCHS and -SHARED_ONLY. EXTRACT_SUFX defaults to .tar.bz2. +SHARED_ONLY. +EXTRACT_SUFX defaults to .tar.bz2. .Pp Adds common dependencies to LIB_DEPENDS, WANTLIB, RUN_DEPENDS and BUILD_DEPENDS. -Sets common CONFIGURE_ARGS, MAKE_ENV and CONFIGURE_ENV. Sets MOB variable as -source directory and MOZ as target directory within do-install. +Sets common CONFIGURE_ARGS, MAKE_ENV and CONFIGURE_ENV. +Sets MOB variable as source directory +and MOZ as target directory within do-install. .Pp Port Makefile has to set MOZILLA_PROJECT, MOZILLA_CODENAME, MOZILLA_VERSION, MOZILLA_BRANCH, MOZILLA_LIBS and MOZILLA_DATADIRS variables. |