Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2019 18:36:17 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503251 - head/shells/ksh93
Message-ID:  <201906011836.x51IaH29052264@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Jun  1 18:36:17 2019
New Revision: 503251
URL: https://svnweb.freebsd.org/changeset/ports/503251

Log:
  Add missing wildcard to ksh93-devel conflict.

Modified:
  head/shells/ksh93/Makefile   (contents, props changed)

Modified: head/shells/ksh93/Makefile
==============================================================================
--- head/shells/ksh93/Makefile	Sat Jun  1 18:36:13 2019	(r503250)
+++ head/shells/ksh93/Makefile	Sat Jun  1 18:36:17 2019	(r503251)
@@ -18,7 +18,7 @@ GH_PROJECT=	ast
 GH_TAGNAME=	${HASH}
 
 KSH_CONFLICTS=		pdksh-*
-KSH93_CONFLICTS=	ksh93-devel ast-ksh-*
+KSH93_CONFLICTS=	ksh93-devel-* ast-ksh-*
 
 LDFLAGS+=	-lm
 MESON_BUILD_DIR=	build



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