diff options
Diffstat (limited to 'www/htmlcompressor/files/htmlcompressor.in')
-rw-r--r-- | www/htmlcompressor/files/htmlcompressor.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/htmlcompressor/files/htmlcompressor.in b/www/htmlcompressor/files/htmlcompressor.in new file mode 100644 index 000000000000..a856d58be234 --- /dev/null +++ b/www/htmlcompressor/files/htmlcompressor.in @@ -0,0 +1,3 @@ +#!/bin/sh +# $FreeBSD$ +JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -jar %%DATADIR%%/htmlcompressor.jar $@ |