Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2006 13:00:16 GMT
From:      Martin Kammerhofer <mkamm@gmx.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/98852: Fix typo in misc/portless
Message-ID:  <200606121300.k5CD0G1h002807@www.freebsd.org>
Resent-Message-ID: <200606121300.k5CD0WjS010136@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98852
>Category:       ports
>Synopsis:       Fix typo in misc/portless
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 12 13:00:32 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Martin Kammerhofer
>Release:        6.1
>Organization:
Graz Uni
>Environment:
>Description:
Typo in files/portless.sh script.
>How-To-Repeat:

>Fix:
--- files/portless.sh~  2006-06-12 14:56:10.000000000 +0200
+++ files/portless.sh   2006-06-12 14:56:51.000000000 +0200
@@ -31,7 +31,7 @@
 # set defaults
 opt_f=""
 PORTSDIR=${PORTSDIR:-/usr/ports}
-PAGER=${PAGER=$:-less -e}
+PAGER=${PAGER:-less -e}
 PKGDESCR="pkg-descr"

 # print usage message to stderr and exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606121300.k5CD0G1h002807>