| Summary: | Fix typo in misc/portless | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | mkamm |
| Component: | Individual Port(s) | Assignee: | Aaron Dalton <aaron> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Class Changed From-To: sw-bug->maintainer-update Fix category (submitter is maintainer) --- Makefile~ 2006-06-12 14:56:10.000000000 +0200 +++ Makefile 2006-06-12 15:04:42.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= portless -PORTVERSION= 0.1 +PORTVERSION= 0.1.1 CATEGORIES= misc MASTER_SITES= # empty DISTFILES= # none Responsible Changed From-To: freebsd-ports-bugs->aaron I'll take it. State Changed From-To: open->closed Committed. Thanks! |
Typo in files/portless.sh script. Fix: # print usage message to stderr and exit--OSbZqRZzOzcY9ETjqnWETq21DtSlOXctvS1Jgm9TAbt4PaBY Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- 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"