diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2008-05-11 18:48:22 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2008-05-11 18:48:22 +0000 |
commit | f9da3960ff6d27f60a0e8d44593f62562f55f605 (patch) | |
tree | ed9993f8959aeb8df3ff81d4f535025379f9351f /share/man/man5 | |
parent | ca5b5b6d59287aaa0420a386e5e61546513d3819 (diff) |
remove final ' ' to please jmc@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 8d4c96c914f..48617524105 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.212 2008/05/11 10:28:44 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.213 2008/05/11 18:48:21 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -429,7 +429,7 @@ See This makes use of .Ar print-plist-with-depends to avoid actually building the packages, it only needs the -completion of the +completion of the .Ar fake stage, and thus is quicker than .Ar lib-depends-check , @@ -1266,6 +1266,10 @@ tedious. .It Ev MODGNU_CONFIG_GUESS_DIRS If a port uses config.guess outside WRKSRC, the directories containing the other copies must be set here. +.It Ev MODULES +External modules mechanism, documented separately. +See +.Xr port-modules 5 . .It Ev MOTIFLIB Read-only. Correct incantation to link with motif. @@ -2612,6 +2616,7 @@ non-flavor version if there is no flavor-specific file around. .Xr ftp 1 , .Xr pkg_add 1 , .Xr pkg_create 1 , +.Xr port-modules 5 , .Xr library-specs 7 , .Xr mirroring-ports 7 , .Xr packages-specs 7 , |