diff options
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portless/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/portless/files/portless.1 | 28 |
2 files changed, 14 insertions, 15 deletions
diff --git a/ports-mgmt/portless/Makefile b/ports-mgmt/portless/Makefile index c54b2479d750..37c50c3c47b3 100644 --- a/ports-mgmt/portless/Makefile +++ b/ports-mgmt/portless/Makefile @@ -7,6 +7,7 @@ PORTNAME= portless PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= # empty DISTFILES= # none diff --git a/ports-mgmt/portless/files/portless.1 b/ports-mgmt/portless/files/portless.1 index 07e98358c91a..16f0da62fcf9 100644 --- a/ports-mgmt/portless/files/portless.1 +++ b/ports-mgmt/portless/files/portless.1 @@ -22,11 +22,11 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)portless.1,v 1.2 2006/06/14 12:44:25 martin Exp +.\" @(#)portless.1,v 1.4 2006/06/15 15:43:43 martin Exp .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. -.Dd June 8, 2006 +.Dd June 15, 2006 .Dt PORTLESS 1 .Os .Sh NAME @@ -69,26 +69,24 @@ Display the .Pa pkg-plist file of the port. .It Fl P Ar pager -Use the +Use the specified .Ar pager -program to display the files rather than the program specified by the +program to display matching files. This overrides the setting of the .Ev PAGER -environment variable or the default of -.Dq Pa less -e -\&. +environment variable. .El .Sh ENVIRONMENT The .Nm -command uses the -.Ev PORTSDIR -(default: +command uses the following environment variables: +.Bl -tag -width "Ev PORTSDIR" -compact -offset indent +.It Ev PAGER +defaults to +.Dq Pa less\ -e +.It Ev PORTSDIR +defaults to .Pa /usr/ports -) and the -.Ev PAGER -(default: -.Dq Pa less -e -) environment variables. +.El .Sh FILES .Bl -tag -width ".Pa /usr/ports/*/*/*" -compact .It Pa /usr/ports/*/*/* |