Most unkindly the java/java-getopt port changed the name

of the JAR it was installing from getopt.jar to java-getopt.jar

This broke jode and, possibly, some other ports depending on
getopt.jar.

Submitted by:	pkg-fallout
This commit is contained in:
Mikhail Teterin 2013-11-27 16:09:28 +00:00
parent ee7ae13fca
commit 6a22aa02c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335029

View file

@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKE_JOBS_UNSAFE= yes
GETOPT_JAR= ${JAVALIBDIR}/getopt.jar
GETOPT_JAR= ${JAVALIBDIR}/java-getopt.jar
CLASSLIB= ${JAVA_CLASSES}:${GETOPT_JAR}
CONFIGURE_ENV+= CLASSLIB=${CLASSLIB} JAR="${JAR}" \
JAVA="${JAVA}" JAVAC="${JAVAC}"