aboutsummaryrefslogtreecommitdiff
path: root/print/acroread7
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2005-10-05 23:15:26 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2005-10-05 23:15:26 +0000
commitd02570d64e0c26e11017e4f434b1b5b8415b0009 (patch)
tree91c5a886fb866e7682a0f1b65fe6ee092e27fe97 /print/acroread7
parent463dd17b4c38423346143ee6548ac4114e00ce2d (diff)
The license for the Adobe Reader forbids any changes to the installed
files, even inserting the word "FreeBSD" into the wrapper script. By cleverly spoofing "uname" output we can avoid patching that script. Submitted by: hrs
Notes
Notes: svn path=/head/; revision=144354
Diffstat (limited to 'print/acroread7')
-rw-r--r--print/acroread7/files/acroread7.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/acroread7/files/acroread7.in b/print/acroread7/files/acroread7.in
new file mode 100644
index 000000000000..aad637c484b0
--- /dev/null
+++ b/print/acroread7/files/acroread7.in
@@ -0,0 +1,3 @@
+#!/bin/sh
+UNAME_s=Linux; export UNAME_s
+exec %%PREFIX%%/lib/acroread/usr/local/Adobe/Acrobat7.0/bin/acroread "$@"