mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
remove redundant patch which is contained in new apsfilter version
This commit is contained in:
parent
30f4f26886
commit
fef4c66c86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128724
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
--- bin/apsfilter.in.orig Sun May 11 09:32:08 2003
|
||||
+++ bin/apsfilter.in Sun May 11 09:32:48 2003
|
||||
@@ -1040,7 +1040,9 @@
|
||||
${ACROREAD_OPTS:--level2 -fast}"
|
||||
|
||||
cat > "$APS_TMPDIR/pdf"
|
||||
- if find_filter acroread4; then
|
||||
+ if find_filter acroread5; then
|
||||
+ eval acroread5 $ACROREAD_OPTS -pairs "$APS_TMPDIR/pdf" /dev/stdout
|
||||
+ elif find_filter acroread4; then
|
||||
eval acroread4 $ACROREAD_OPTS -pairs "$APS_TMPDIR/pdf" /dev/stdout
|
||||
elif find_filter acroread; then
|
||||
eval acroread $ACROREAD_OPTS -pairs "$APS_TMPDIR/pdf" /dev/stdout
|
Loading…
Add table
Reference in a new issue