From 5933ac0b099d61d98eb531d373cf57a8927bc7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Tue, 23 Nov 2021 23:11:40 +0100 Subject: */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket) --- lang/guile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/guile/Makefile') diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 14a00be0b462..85ba27157bca 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -23,7 +23,7 @@ USE_LDCONFIG= yes CPE_VENDOR= gnu -CONFLICTS_INSTALL= guile1-[0-9]* guile2-[0-9]* +CONFLICTS_INSTALL= guile1 guile2 MAKE_JOBS_UNSAFE= yes -- cgit v1.2.3