Date: Sun, 24 Nov 2019 00:34:55 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518281 - head/sysutils/jvmtop Message-ID: <201911240034.xAO0YtbU027437@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Sun Nov 24 00:34:55 2019 New Revision: 518281 URL: https://svnweb.freebsd.org/changeset/ports/518281 Log: - shift to post-extract - attach no_arch while here Reported by: mat@ Modified: head/sysutils/jvmtop/Makefile Modified: head/sysutils/jvmtop/Makefile ============================================================================== --- head/sysutils/jvmtop/Makefile Sat Nov 23 22:49:15 2019 (r518280) +++ head/sysutils/jvmtop/Makefile Sun Nov 24 00:34:55 2019 (r518281) @@ -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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911240034.xAO0YtbU027437>