svn commit: r510036 - head/sysutils/jvmtop

Jason Helfman jgh at FreeBSD.org
Wed Aug 28 02:13:06 UTC 2019


Author: jgh
Date: Wed Aug 28 02:13:05 2019
New Revision: 510036
URL: https://svnweb.freebsd.org/changeset/ports/510036

Log:
  - adjust PLIST to standards
  - pet portlint

Modified:
  head/sysutils/jvmtop/Makefile

Modified: head/sysutils/jvmtop/Makefile
==============================================================================
--- head/sysutils/jvmtop/Makefile	Wed Aug 28 02:10:12 2019	(r510035)
+++ head/sysutils/jvmtop/Makefile	Wed Aug 28 02:13:05 2019	(r510036)
@@ -12,10 +12,11 @@ COMMENT=	Lightweight console application to monitor ru
 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


More information about the svn-ports-all mailing list