Date: Sun, 27 Jun 2010 19:48:42 GMT From: Garrett Cooper <gcooper@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/148190: [patch] Fix some spelling and grammar mistakes in bsd.port.mk Message-ID: <201006271948.o5RJmg5X054240@www.freebsd.org> Resent-Message-ID: <201006271950.o5RJo3Za062111@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148190 >Category: ports >Synopsis: [patch] Fix some spelling and grammar mistakes in bsd.port.mk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 27 19:50:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 9-CURRENT >Organization: Cisco Systems, Inc. >Environment: FreeBSD bayonetta.local 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r206173M: Mon Apr 26 22:45:06 PDT 2010 root@bayonetta.local:/usr/obj/usr/src/sys/BAYONETTA.ata amd64 >Description: There are some typos and grammar errors in the comments that should be fixed for bsd.port.mk. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.642 diff -u -r1.642 bsd.port.mk --- bsd.port.mk 4 Jun 2010 08:09:17 -0000 1.642 +++ bsd.port.mk 27 Jun 2010 19:09:52 -0000 @@ -761,7 +761,7 @@ # deinstall-all - Remove all installations with the same PKGORIGIN. # package - Create a package from an _installed_ port. # package-recursive -# - Create a package for a port and _all_ of its dependancies. +# - Create a package for a port and _all_ of its dependencies. # describe - Try to generate a one-line description for each port for # use in INDEX files and the like. # checkpatch - Do a "patch -C" instead of a "patch". Note that it may @@ -777,14 +777,16 @@ # Automatically run prior to extract, patch, configure, build, # install, and package. # config-recursive -# - Configure options for this port for this port and all +# - Configure options for this port for a port and all its # dependencies. # showconfig - Display options config for this port. # showconfig-recursive -# - Display options config for this port and all dependencies. +# - Display options config for this port and all its +# dependencies. # rmconfig - Remove the options config for this port. # rmconfig-recursive -# - Remove the options config for this port and all dependencies. +# - Remove the options config for this port and all its +# dependencies. # # Default sequence for "all" is: # >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006271948.o5RJmg5X054240>