svn commit: r390695 - head/java/icedtea-web

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 27 12:01:31 UTC 2015


Author: bapt
Date: Sat Jun 27 12:01:30 2015
New Revision: 390695
URL: https://svnweb.freebsd.org/changeset/ports/390695

Log:
  Remove the SH overwrite which is not needed since CONFIGURE_ENV does the proper
  job already

Modified:
  head/java/icedtea-web/Makefile

Modified: head/java/icedtea-web/Makefile
==============================================================================
--- head/java/icedtea-web/Makefile	Sat Jun 27 11:32:58 2015	(r390694)
+++ head/java/icedtea-web/Makefile	Sat Jun 27 12:01:30 2015	(r390695)
@@ -48,7 +48,6 @@ CONFIGURE_ARGS+=--with-jdk-home="${JAVA_
 CONFIGURE_ARGS+=--with-jre-home="${JAVA_HOME}/jre"
 CONFIGURE_ARGS+=--with-tagsoup=no
 CONFIGURE_ENV=	BIN_BASH=${bash_CMD}
-SH=		${bash_CMD}
 
 OPTIONS_DEFINE=	PLUGIN RHINO TEST
 OPTIONS_DEFAULT=PLUGIN


More information about the svn-ports-all mailing list