git: 9d8571acc5e8 - main - emulators/wine: Simplify CONFLICTS_INSTALL

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Tue, 23 Nov 2021 07:51:50 UTC
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d8571acc5e8cdb4a09bc69f2d17180f0a8248da

commit 9d8571acc5e8cdb4a09bc69f2d17180f0a8248da
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-11-23 07:48:15 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-11-23 07:48:15 +0000

    emulators/wine: Simplify CONFLICTS_INSTALL
    
    wine-devel-* versus wine-devel-[0-9]* does not make a practical
    difference, but simpler is better (plus portlint has started to
    warn about it).
---
 emulators/wine/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index adbc2b205f47..ed3e5754d68f 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -27,7 +27,7 @@ USE_SDL=	sdl2
 
 CPE_VENDOR=	winehq
 
-CONFLICTS_INSTALL=	wine-devel-[0-9]*
+CONFLICTS_INSTALL=	wine-devel-*
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--verbose \