aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-27 20:01:30 +0800
committerbapt <bapt@FreeBSD.org>2015-06-27 20:01:30 +0800
commitaefb3a9523f3928044342fb921c69098def0b84f (patch)
tree3b5792397c626970f3a9b9e926ea6ab66c56bfaa /java
parent85a8ac849fd23278f8c033a400bb0decc10e56ba (diff)
downloadfreebsd-ports-gnome-aefb3a9523f3928044342fb921c69098def0b84f.tar.gz
freebsd-ports-gnome-aefb3a9523f3928044342fb921c69098def0b84f.tar.zst
freebsd-ports-gnome-aefb3a9523f3928044342fb921c69098def0b84f.zip
Remove the SH overwrite which is not needed since CONFIGURE_ENV does the proper
job already
Diffstat (limited to 'java')
-rw-r--r--java/icedtea-web/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile
index 4685c16928db..b25ec43cb1a7 100644
--- a/java/icedtea-web/Makefile
+++ b/java/icedtea-web/Makefile
@@ -48,7 +48,6 @@ CONFIGURE_ARGS+=--with-jdk-home="${JAVA_HOME}"
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