diff options
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 14 | ||||
-rw-r--r-- | share/man/man7/ports.7 | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index c4031023b6e..e050521823b 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.115 2003/07/28 17:37:10 sturm Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.116 2003/07/28 20:02:44 sturm Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -710,7 +710,7 @@ Distinct from to avoid confusing .Ar update-patches . .It Ev DIST_SUBDIR -Optional subdirectory of ${DISTDIR} where the current port's distribution +Optional subdirectory of ${DISTDIR} where the current port's distribution files and patchfiles will be located. See target .Ar fetch . @@ -944,7 +944,7 @@ The make program that is used for building the port. Set to ${MAKE} or ${GMAKE} depending on USE_GMAKE. Read-only. .It Ev MASTER_SITES -List of primary location from which distribution files and patchfiles are +List of primary location from which distribution files and patchfiles are retrieved. See the .Ar fetch @@ -953,7 +953,7 @@ See .Xr ports 7 for user configuration. .It Ev MASTER_SITES0 , ... , MASTER_SITES9 -Supplementary locations from which distribution files and patchfiles are +Supplementary locations from which distribution files and patchfiles are retrieved. .It Ev MESSAGE File recorded in the package and displayed during installation. @@ -1016,7 +1016,7 @@ User settings. If set to .Sq Yes , avoid ignoring a port for the usual reasons. -Use, for instance, for fetching all distribution files, or for fixing a +Use, for instance, for fetching all distribution files, or for fixing a broken port. See also .Ev IGNORE . @@ -1304,7 +1304,7 @@ Supplementary files that need to be retrieved under some specific circumstances. For instance, a port might need architecture-specific files. .Ev SUPDISTFILES -should hold a list of all distribution files and patchfiles that are not +should hold a list of all distribution files and patchfiles that are not always needed, so that a mirror will be able to grab all files, or that .Ar makesum will work. @@ -1703,7 +1703,7 @@ MASTER_SITES0=ftp://ftp.zoinx.org/pub/ .It Ev PERMIT_{DISTFILES,PACKAGE}_{CDROM,FTP} Set to .Sq Yes -if package or distribution files can be allowed on ftp sites or cdrom without +if package or distribution files can be allowed on ftp sites or cdrom without legal issues. Set to reason not to otherwise. PERMIT_* lines in the Makefile should be preceded with a comment explaining diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 351b4a69f9e..d83f68436af 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.36 2003/07/28 17:37:11 sturm Exp $ +.\" $OpenBSD: ports.7,v 1.37 2003/07/28 20:02:44 sturm Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -454,8 +454,8 @@ If defined, only operate on a port if it can be installed 100% automatically. .It Ev USE_SYSTRACE Set to .Sq Yes -to protect the -.Ar configure , build , +to protect the +.Ar configure , build , and .Ar fake targets with |