- Update to 1.55

- Remove whitespace in pkg-message.in

PR:		126511
Submitted by:	Slaven Rezic <slaven@rezic.de> (maintainer)
This commit is contained in:
Martin Wilke 2008-08-14 22:55:12 +00:00
parent 22617714b8
commit c7cff78dfc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218564
3 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= lesspipe
PORTVERSION= 1.53
PORTVERSION= 1.55
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= lesspipe

View file

@ -1,3 +1,3 @@
MD5 (lesspipe-1.53.tar.gz) = 8317458e4955e43fe39728a0928dfce6
SHA256 (lesspipe-1.53.tar.gz) = 1424031fd5426eaaa3136824738ca9fdc414e742e73011141cd007644ba00a34
SIZE (lesspipe-1.53.tar.gz) = 90555
MD5 (lesspipe-1.55.tar.gz) = a3b7602b5e6b898ab6aca40b94c18f41
SHA256 (lesspipe-1.55.tar.gz) = 7491a6ef59ebe9396ce6de1c98f8cdee41a75f0ce72fa6ab46f82d171079be04
SIZE (lesspipe-1.55.tar.gz) = 95391

View file

@ -1,7 +1,7 @@
To use lesspipe.sh, type in the following commands
LESSOPEN="|%%PREFIX%%/bin/lesspipe.sh %s"; export LESSOPEN (sh, bash, ksh, zsh)
LESSOPEN="|%%PREFIX%%/bin/lesspipe.sh %s"; export LESSOPEN (sh, bash, ksh, zsh)
setenv LESSOPEN "|%%PREFIX%%/bin/lesspipe.sh %s" (csh, tcsh)
setenv LESSOPEN "|%%PREFIX%%/bin/lesspipe.sh %s" (csh, tcsh)
or put these commands in your shell's startup file (e.g. .cshrc or .bashrc).