diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-03 09:10:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-03 09:10:31 +0000 |
commit | ff5c3e53e3a02b5f62d929c1dca97d2716d880b5 (patch) | |
tree | 23f52fc166b4686f8b0c915622b11293b6355280 /share/man/man7/ports.7 | |
parent | 52dcee1c0f411be8e3dcefba8928d37e521613e1 (diff) |
- remove trailing whitespace
- fix an .Ar macro with too many args
Diffstat (limited to 'share/man/man7/ports.7')
-rw-r--r-- | share/man/man7/ports.7 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index c78ed74aff7..925a0883546 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.39 2003/08/15 00:32:33 espie Exp $ +.\" $OpenBSD: ports.7,v 1.40 2003/09/03 09:10:30 jmc Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -121,7 +121,7 @@ ports. The variable .Ev SKIPDIR can hold a set of package directories to avoid during recursion. -These are always specified relative to the root of the ports tree, +These are always specified relative to the root of the ports tree, and can contain a flavor or subpackage part .Po see @@ -138,10 +138,11 @@ line, e.g., to avoid stopping after each problem. .Ed .Pp The targets that do this are -.Ar all , build , checksum , clean , configure , -.Ar extract , fake , fetch , install , -.Ar distclean , deinstall , reinstall , -.Ar package , link-categories , unlink-categories , +.Ar all , build , checksum , clean , +.Ar configure , extract , fake , +.Ar fetch , install , distclean , +.Ar deinstall , reinstall , package , +.Ar link-categories , unlink-categories , .Ar describe , show , regress , .Ar lib-depends-check , homepage-links , manpages-check , .Ar license-check , all-dir-depends , build-dir-depends , |