diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2019-08-28 02:13:05 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2019-08-28 02:13:05 +0000 |
commit | d89b1458d9b7a02b33c57dd3dc4314cdf7fe0ce9 (patch) | |
tree | dbe983770fe174165a678997d4c0b1e9941fe273 | |
parent | 16822a4fe09c72d9f8963897968faf804029c629 (diff) | |
download | ports-d89b1458d9b7a02b33c57dd3dc4314cdf7fe0ce9.tar.gz ports-d89b1458d9b7a02b33c57dd3dc4314cdf7fe0ce9.zip |
Notes
-rw-r--r-- | sysutils/jvmtop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/jvmtop/Makefile b/sysutils/jvmtop/Makefile index 141b1e127a3f..2749927b8da9 100644 --- a/sysutils/jvmtop/Makefile +++ b/sysutils/jvmtop/Makefile @@ -12,10 +12,11 @@ COMMENT= Lightweight console application to monitor running jvms LICENSE= GPLv2 USE_JAVA= yes + JAVA_VERSION= 1.6+ USE_ANT= yes -PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ +PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar \ bin/${PORTNAME} SUB_LIST= JAVA_HOME=${JAVA_HOME} SUB_FILES= ${PORTNAME}.sh |