Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 05:56:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498051 - head/shells/ksh93-devel
Message-ID:  <201904060556.x365ufQ0025349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Apr  6 05:56:41 2019
New Revision: 498051
URL: https://svnweb.freebsd.org/changeset/ports/498051

Log:
  Don't override FETCH_ENV
  
  Reported by:	pkg-fallout

Modified:
  head/shells/ksh93-devel/Makefile

Modified: head/shells/ksh93-devel/Makefile
==============================================================================
--- head/shells/ksh93-devel/Makefile	Sat Apr  6 04:07:43 2019	(r498050)
+++ head/shells/ksh93-devel/Makefile	Sat Apr  6 05:56:41 2019	(r498051)
@@ -23,7 +23,6 @@ GH_TAGNAME=	${HASH}
 KSH_CONFLICTS=		pdksh-*
 KSH93_CONFLICTS=	ksh93-2*
 
-FETCH_ENV=	HTTP_AUTH=basic:*:I\ accept\ www.opensource.org/licenses/cpl:.
 LDFLAGS+=	-lm
 MESON_BUILD_DIR=	build
 MAKE_ENV=	CCFLAGS="${CFLAGS}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904060556.x365ufQ0025349>