mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
0c6c6e9cd7
XML editor written in java with WYSIWYG mode for docbook and XHTML. It's RESTRICTED since it may not be redistributed.
7 lines
124 B
Bash
7 lines
124 B
Bash
#!/bin/sh
|
|
#
|
|
# xxe launching helper
|
|
#
|
|
PATH=%%JAVA_HOME%%/bin:${PATH}
|
|
exec %%PREFIX%%/lib/%%DISTNAME%%/bin/`basename $0` "$@"
|