summaryrefslogtreecommitdiff
path: root/www/plugger/files/patch-pluggerrc
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-25 16:02:39 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-25 16:02:39 +0000
commitee2f77eb44190c6ddae9ef761b8f01bb9616fb54 (patch)
treebacc5003d594b7b0d2171252724c058fcef7a4f1 /www/plugger/files/patch-pluggerrc
parento Patch it to work with Qt 3.x (diff)
Update plugger to depend/work with acroread5 instead of acroread4
PR: 41991 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=64983
Diffstat (limited to '')
-rw-r--r--www/plugger/files/patch-pluggerrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/plugger/files/patch-pluggerrc b/www/plugger/files/patch-pluggerrc
index e2b0bb77c054..28715d7e1d8e 100644
--- a/www/plugger/files/patch-pluggerrc
+++ b/www/plugger/files/patch-pluggerrc
@@ -55,7 +55,7 @@
text/pdf: pdf: PDF file
text/x-pdf: pdf: PDF file
- repeat swallow(documentShell) fill: acroread -geometry +9000+9000 -xrm '*userFrontEndProgram: FALSE' "$file"
-+ repeat swallow(documentShell) fill: acroread4 -geometry +9000+9000 -xrm '*userFrontEndProgram: FALSE' "$file"
++ repeat swallow(documentShell) fill: acroread5 -geometry +9000+9000 -xrm '*userFrontEndProgram: FALSE' "$file"
repeat swallow(gv) fill: gv -safer -quiet -antialias -geometry +9000+9000 "$file" 2>/dev/null
repeat swallow(xpdf) fill: xpdf -g +9000+9000 -err "$file"