diff options
Diffstat (limited to 'ftp/jftp/files')
-rw-r--r-- | ftp/jftp/files/jftp | 3 | ||||
-rw-r--r-- | ftp/jftp/files/jftp.sh.in | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ftp/jftp/files/jftp b/ftp/jftp/files/jftp deleted file mode 100644 index bec7b24dd02f..000000000000 --- a/ftp/jftp/files/jftp +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -%%JAVAVM%% -jar %%DATADIR%%/jftp.jar diff --git a/ftp/jftp/files/jftp.sh.in b/ftp/jftp/files/jftp.sh.in new file mode 100644 index 000000000000..9c2187d2986e --- /dev/null +++ b/ftp/jftp/files/jftp.sh.in @@ -0,0 +1,5 @@ +#!/bin/sh +# +# $FreeBSD$ + +"%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/jftp.jar" |