Fix build with JDK7 and later.

Reported by:	exp-run (PR190511)
This commit is contained in:
Jung-uk Kim 2014-06-06 00:41:25 +00:00
parent b72cc842ef
commit 2bcf92ed89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356726

View File

@ -22,7 +22,7 @@ post-extract-script:
do-build:
cd ${WRKDIR}/src && \
${JAVAC} ${PORTNAME}.java
${SETENV} LANG=en_US.UTF-8 ${JAVAC} ${PORTNAME}.java
post-build-script:
@cd ${WRKDIR}/src && \