diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-13 00:21:54 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-13 00:21:54 +0000 |
commit | cc9f90cf7d360010f21e4d2c2f363dc7ec091752 (patch) | |
tree | 5eaf46d8d339da55797472a8b2d327b5b94408fb /misc | |
parent | b4af7b9ed1ee71d1b29d34241fb6cd18ad083625 (diff) |
- Fix typo in files/portless.sh script
- Update from v0.1 to v0.1.1
PR: ports/98852
Submitted by: maintainer
Approved by: tobez (implicit)
Notes
Notes:
svn path=/head/; revision=165288
Diffstat (limited to 'misc')
-rw-r--r-- | misc/portless/Makefile | 2 | ||||
-rw-r--r-- | misc/portless/files/portless.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/portless/Makefile b/misc/portless/Makefile index 1c073309ed55..e960e17535c5 100644 --- a/misc/portless/Makefile +++ b/misc/portless/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portless -PORTVERSION= 0.1 +PORTVERSION= 0.1.1 CATEGORIES= misc MASTER_SITES= # empty DISTFILES= # none diff --git a/misc/portless/files/portless.sh b/misc/portless/files/portless.sh index 5681e9ab2d53..966758676a50 100644 --- a/misc/portless/files/portless.sh +++ b/misc/portless/files/portless.sh @@ -31,7 +31,7 @@ Script=`basename $0` # name of this script # 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 |