svn commit: r518281 - head/sysutils/jvmtop

Jason Helfman jgh at FreeBSD.org
Sun Nov 24 00:34:56 UTC 2019


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:


More information about the svn-ports-head mailing list