From owner-svn-ports-all@FreeBSD.ORG Thu Sep 6 21:21:00 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9A2B1065670; Thu, 6 Sep 2012 21:21:00 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A2AB98FC12; Thu, 6 Sep 2012 21:21:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q86LL00Y086485; Thu, 6 Sep 2012 21:21:00 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q86LL0ck086482; Thu, 6 Sep 2012 21:21:00 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201209062121.q86LL0ck086482@svn.freebsd.org> From: Jung-uk Kim Date: Thu, 6 Sep 2012 21:21:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303792 - head/java/icedtea-web X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 21:21:00 -0000 Author: jkim Date: Thu Sep 6 21:21:00 2012 New Revision: 303792 URL: http://svn.freebsd.org/changeset/ports/303792 Log: Remove an unnecessary change in the previous commit. Modified: head/java/icedtea-web/Makefile Modified: head/java/icedtea-web/Makefile ============================================================================== --- head/java/icedtea-web/Makefile Thu Sep 6 21:15:59 2012 (r303791) +++ head/java/icedtea-web/Makefile Thu Sep 6 21:21:00 2012 (r303792) @@ -45,7 +45,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/bash:${PO USE_PKGCONFIG= yes CONFIGURE_ARGS+=--with-ecj=no --with-jdk-home="${JAVA_HOME}" -CONFIGURE_ENV+= SHELL=${LOCALBASE}/bin/bash .include