aboutsummaryrefslogtreecommitdiff
path: root/www/jericho-html/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2017-01-18 13:20:31 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2017-01-18 13:20:31 +0000
commit02f27a83b44d4566fd409edc60570ac0734eb63e (patch)
tree62d2805fd9c9c4285034b54a2ccb3f498f302811 /www/jericho-html/Makefile
parentbddf1289efd81317364118eb60cdc28cc766c3c2 (diff)
downloadports-02f27a83b44d4566fd409edc60570ac0734eb63e.tar.gz
ports-02f27a83b44d4566fd409edc60570ac0734eb63e.zip
Notes
Diffstat (limited to 'www/jericho-html/Makefile')
-rw-r--r--www/jericho-html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/jericho-html/Makefile b/www/jericho-html/Makefile
index e79f3b58d5c4..e101e826f78d 100644
--- a/www/jericho-html/Makefile
+++ b/www/jericho-html/Makefile
@@ -21,7 +21,7 @@ PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}.jar
do-build:
(cd ${WRKSRC} && ${RM} -r classes/* && ${SETENV} \
- LANG=en_US.ISO8859-1 ${JAVAC} \
+ LANG=en_US.ISO8859-1 LC_ALL=en_US.ISO8859-1 ${JAVAC} \
-classpath ${INTERFACES:S, ,,g} \
-d classes src/java/net/htmlparser/jericho/*.java \
src/java/net/htmlparser/jericho/nodoc/*.java)