aboutsummaryrefslogtreecommitdiff
path: root/www/htmlcompressor
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-06-20 18:48:19 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-06-20 18:48:19 +0000
commit36fd8d626ad86168c841fde589fc9d3f2f8906f4 (patch)
treedee59d29264b2c2c8819914c7b0ea97cd2fd84ca /www/htmlcompressor
parentaf84f95a09c76a560967a21dd930638c342024b2 (diff)
downloadports-36fd8d626ad86168c841fde589fc9d3f2f8906f4.tar.gz
ports-36fd8d626ad86168c841fde589fc9d3f2f8906f4.zip
www/htmlcompressor: fix java version in startup script
PR: 190143 Submitted by: citrin+pr@citrin.ru
Notes
Notes: svn path=/head/; revision=358630
Diffstat (limited to 'www/htmlcompressor')
-rw-r--r--www/htmlcompressor/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/htmlcompressor/Makefile b/www/htmlcompressor/Makefile
index 689dd1fbd712..73c15734382f 100644
--- a/www/htmlcompressor/Makefile
+++ b/www/htmlcompressor/Makefile
@@ -3,7 +3,7 @@
PORTNAME= htmlcompressor
PORTVERSION= 1.5.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www java
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}-${PORTVERSION}.jar
@@ -21,6 +21,7 @@ NO_BUILD= yes
PLIST_FILES= bin/htmlcompressor %%JAVAJARDIR%%/htmlcompressor.jar
SUB_FILES= htmlcompressor
+SUB_LIST+= JAVA_VERSION=${JAVA_PORT_VERSION:R}
do-install:
@${MKDIR} ${STAGEDIR}${JAVAJARDIR}