summaryrefslogtreecommitdiff
path: root/share/man/man7/ports.7
diff options
context:
space:
mode:
authorWilbern Cobb <wcobb@cvs.openbsd.org>2002-08-29 07:34:32 +0000
committerWilbern Cobb <wcobb@cvs.openbsd.org>2002-08-29 07:34:32 +0000
commitf962c63771ea96f99fa43a298ec4a25e0d661348 (patch)
treee95ccd2243d14fd44e825812eb5638134f05d215 /share/man/man7/ports.7
parente7ee6a45f9e7d848b4ac21e38cb3cf2b47ed6ce5 (diff)
- replace empty lines by .Pp where appropriate.
- no empty lines at end of file. ok mpech@
Diffstat (limited to 'share/man/man7/ports.7')
-rw-r--r--share/man/man7/ports.712
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 91862b37deb..318673399a0 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.25 2002/05/08 19:34:13 millert Exp $
+.\" $OpenBSD: ports.7,v 1.26 2002/08/29 07:34:31 wcobb Exp $
.\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $
.\"
.Dd January 25, 1998
@@ -109,12 +109,12 @@ port belonging to category,
.It Va maintainer
port maintained by a given person.
.El
-
+.Pp
For instance, to invoke clean on all ports in the x11 category, one can say:
.Bd -literal -offset indent
$ make category=x11 clean
.Ed
-
+.Pp
The index search is done by a perl script, so all regular expressions from
.Xr perlre 1
apply.
@@ -132,7 +132,7 @@ line, e.g., to avoid stopping after each problem.
.Bd -literal -offset indent
$ make REPORT_PROBLEM=true
.Ed
-
+.Pp
The targets that do this are
.Ar build , checksum , clean , configure , extract , fake, fetch ,
.Ar install , distclean , deinstall, reinstall, mirror-distfiles, obj ,
@@ -190,7 +190,7 @@ Using
.Bd -literal -offset indent
$ make checksum REFETCH=true
.Ed
-
+.Pp
will try to get a set of distfiles that match the recorded checksum.
.It Ar depends
Install
@@ -290,7 +290,7 @@ problems.
.Sh NETWORK CONFIGURATION
The variables pertaining to network access have been marshalled into
.Pa ${PORTSDIR}/infrastructure/template/network.conf.template .
-
+.Pp
To customize that setup, copy that file into
.Pa ${PORTSDIR}/infrastructure/db/network.conf
and edit it.