1. Fix start script path to jar file

2. Update to 1.1
This commit is contained in:
Nick Sayer 2004-05-20 01:03:18 +00:00
parent 7e07c548fb
commit 05b2c42580
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109541
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= jxm
PORTVERSION= 1.0
PORTVERSION= 1.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= javaxm

View File

@ -1,2 +1,2 @@
MD5 (jxm-1.0.jar) = 1e0748150eb352ed59120b3b68a96e08
SIZE (jxm-1.0.jar) = 685441
MD5 (jxm-1.1.jar) = fc888e2e5ad03112636f1bebae7847a9
SIZE (jxm-1.1.jar) = 687835

View File

@ -1,3 +1,3 @@
#! /bin/sh
exec javavm -jar %%PREFIX%%/share/classes/jxm.jar
exec javavm -jar %%PREFIX%%/share/java/classes/jxm.jar