diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-02-01 20:26:22 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-02-01 20:26:22 +0000 |
commit | d585f804f176a504368327cac89d5b3b0db2f09a (patch) | |
tree | 0d396ca573832ca55549c4336026f8dd7189dae6 /ftp/jftp/files | |
parent | - Update to bsd.java.mk 2.0 (diff) |
- Update to 1.45
- Update to bsd.java.mk 2.0
- Move DATADIR to ${JAVASHAREDIR}/${PORTNAME}
- Improve launcher shell script (update to javavmwrapper 2.0)
Notes
Notes:
svn path=/head/; revision=127872
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" |