mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
www/htmlcompressor: fix java version in startup script
PR: 190143 Submitted by: citrin+pr@citrin.ru
This commit is contained in:
parent
af84f95a09
commit
36fd8d626a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358630
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user