freebsd-ports/graphics/llpp/files/patch-misc_llppac
Kurt Jaeger 1c26dc30e0 New port: graphics/llpp
llpp is a graphical PDF viewer which aims to superficially resemble
less(1).

WWW: http://repo.or.cz/llpp.git/

PR:		206006
Submitted by:	Tobias Kortkamp <t@tobik.me>
2016-02-03 11:53:25 +00:00

11 lines
318 B
Text

--- misc/llppac.orig 2015-10-13 20:12:27 UTC
+++ misc/llppac
@@ -197,7 +197,7 @@ EOF
*) die "unhandled filter type: '$type'";;
esac
-hash=$(md5sum "$md5of") || die "$hash"
+hash=$(md5 -q "$md5of") || die "$hash"
casp=$cachedir/${hash%% *}$caspsuf
(test -n "$force" -o ! -e "$casp") && eval "$filt" "$conv"