svn commit: r498051 - head/shells/ksh93-devel

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 05:56:42 UTC 2019


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}"


More information about the svn-ports-all mailing list