aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-06-13 00:21:54 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-06-13 00:21:54 +0000
commitcc9f90cf7d360010f21e4d2c2f363dc7ec091752 (patch)
tree5eaf46d8d339da55797472a8b2d327b5b94408fb /misc
parentb4af7b9ed1ee71d1b29d34241fb6cd18ad083625 (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/Makefile2
-rw-r--r--misc/portless/files/portless.sh2
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