diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-12-19 14:43:27 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-12-19 14:43:27 +0000 |
commit | 179858913f3446aea35267c9ce09fc448027daaf (patch) | |
tree | c61060ca74f2bdb745cb2b48b96c041134931750 /emulators/javatari/Makefile | |
parent | 6bd2559f8456719d0040668be538c000d0040f69 (diff) | |
download | ports-179858913f3446aea35267c9ce09fc448027daaf.tar.gz ports-179858913f3446aea35267c9ce09fc448027daaf.zip |
Notes
Diffstat (limited to 'emulators/javatari/Makefile')
-rw-r--r-- | emulators/javatari/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/javatari/Makefile b/emulators/javatari/Makefile index 26233169638e..50f4a9856bba 100644 --- a/emulators/javatari/Makefile +++ b/emulators/javatari/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= javatari -PORTVERSION= 3.40 +PORTVERSION= 4.0 CATEGORIES= emulators java MASTER_SITES= http://javatari.org/files/ -DISTNAME= ${PORTNAME}340 +DISTNAME= ${PORTNAME}40 EXTRACT_SUFX= .jar EXTRACT_ONLY= @@ -20,7 +20,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes PLIST_FILES= %%JAVAJARDIR%%/${DISTNAME}${EXTRACT_SUFX} \ - bin/javatari + bin/javatari SUB_FILES= javatari SUB_LIST+= JARFILE="${JARFILE}" JARFILE= ${DISTNAME}${EXTRACT_SUFX} |