. Add in the AcrobatViewer script template, missed in the previous commit.
Submitted by: Stefan Thurner <thurners@nicsys.de> Pointy hat: glewis
This commit is contained in:
parent
3bb76a2a1e
commit
ffd9eaca7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206955
1 changed files with 5 additions and 0 deletions
5
print/acrobatviewer/files/AcrobatViewer.in
Normal file
5
print/acrobatviewer/files/AcrobatViewer.in
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%JAVAJARDIR%%/%%PORTNAME%%/acrobat.jar:%%JAVAJARDIR%%/%%PORTNAME%%/MRJToolkitStubs.jar" com.adobe.acrobat.Viewer "$@"
|
Loading…
Reference in a new issue