aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2019-11-24 00:34:55 +0000
committerJason Helfman <jgh@FreeBSD.org>2019-11-24 00:34:55 +0000
commit4d47e02860e10687e725a4428bec3f0e43b0daf8 (patch)
treeeea8cf1441f93c2febbef0758e8a007398bb3f2b
parentc2e1f92ccd445abfc7f348e3a4ffa0359edc09aa (diff)
downloadports-4d47e02860e10687e725a4428bec3f0e43b0daf8.tar.gz
ports-4d47e02860e10687e725a4428bec3f0e43b0daf8.zip
Notes
-rw-r--r--sysutils/jvmtop/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/jvmtop/Makefile b/sysutils/jvmtop/Makefile
index 0be9faae78fa..39db2862ed6f 100644
--- a/sysutils/jvmtop/Makefile
+++ b/sysutils/jvmtop/Makefile
@@ -19,6 +19,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
USE_JAVA= yes
JAVA_VERSION= 1.7+
+NO_ARCH= yes
+
PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar \
bin/${PORTNAME}
SUB_LIST= JAVA_HOME=${JAVA_HOME}
@@ -28,7 +30,7 @@ BUILD= 0.9.0
GH_ACCOUNT= patric-r
USE_GITHUB= yes
-pre-build:
+post-extract:
@${TAR} -xf ${DISTDIR}/jvmtop-maven-repository-${BUILD}.tar.gz -C ${WRKSRC}
do-build: