summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2012-02-17 07:51:35 +0000
committerMarc Espie <espie@cvs.openbsd.org>2012-02-17 07:51:35 +0000
commit83892068fc673e333ebb830a45b1b7181f9fd497 (patch)
tree843af900c4aca1c902ac0b4cf05b55e03f3e3a5f /share
parentb2fb0a654af7c52a6ffd7c4c52c6e315182cfdfa (diff)
don't label "warning messages" as "errors"
fetch-makefile is obsolete. Xr ftp
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/bsd.port.mk.519
1 files changed, 8 insertions, 11 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 0d76707d572..b5450cc2eb0 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.329 2012/02/17 07:37:40 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.330 2012/02/17 07:51:34 espie Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -345,11 +345,6 @@ See
.Ev PATCHFILES ,
.Ev SUPDISTFILES ,
.Ev REFETCH .
-.It Ar fetch-makefile
-Generate a makefile fragment suitable for fetching the files
-in the current port.
-See
-.Xr mirroring-ports 7 .
.It Ar index
Top-level target, see
.Xr ports 7 .
@@ -502,7 +497,9 @@ clean-up.
.It Ar peek-ftp
Connect to the first site in
.Ev MASTER_SITES ,
-in the right directory, and leaves user at ftp prompt.
+in the right directory, and leaves user at
+.Xr ftp 1 Ns 's
+prompt.
.It Ar pkglocatedb
Top-level target, see
.Xr ports 7 .
@@ -2835,7 +2832,7 @@ but no value of
has been given.
This is often an error.
.It "Warning: symlink(s) point to non existent file."
-Error message comes from
+Warning message comes from
.Xr pkg_create 1 .
The symlink resides in the fake area, under
.Pa ${WRKINST} .
@@ -2846,7 +2843,7 @@ at the time
.Li make package
is run.
.It "Warning: option @no-default-conflict with no @conflict"
-Error message comes from
+Warning message comes from
.Xr pkg_create 1 .
Most packages that waive "default-conflict" will have explicit conflict markers
instead.
@@ -2862,7 +2859,7 @@ This is generally an error, apart from very few ports like
and
.Pa devel/automake/* .
.It "groff produced empty result for <manpage>..."
-Error message comes from
+Warning message comes from
.Xr pkg_create 1 .
Manpages are automatically formatted with
.Xr groff 1
@@ -3381,7 +3378,7 @@ There is no port that requires special treatment during packaging,
as
.Ar {pre,do,post}-install
should take care of every necessity.
-.It Ar fetch-all , Ar fetch-list , Ar mirror-distfiles
+.It Ar fetch-all , Ar fetch-list , Ar mirror-distfiles , Ar fetch-makefile
See
.Xr mirroring-ports 7
for more efficient and flexible ways to build mirrors.