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) --- print/ghostscript9-agpl-x11/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'print/ghostscript9-agpl-x11') diff --git a/print/ghostscript9-agpl-x11/Makefile b/print/ghostscript9-agpl-x11/Makefile index c5a94765d3cb..fde69930e076 100644 --- a/print/ghostscript9-agpl-x11/Makefile +++ b/print/ghostscript9-agpl-x11/Makefile @@ -26,10 +26,10 @@ USE_LDCONFIG= yes USE_XORG= ice sm x11 xext xt CONFLICTS_INSTALL= \ - ghostscript[789]-[0-9]* \ - ghostscript[789]-nox11-[0-9]* \ - ghostscript9-agpl-[0-9]* \ - ghostscript9-agpl-nox11-[0-9]* + ghostscript[789] \ + ghostscript[789]-nox11 \ + ghostscript9-agpl \ + ghostscript9-agpl-nox11 DISTINFO_FILE= ${.CURDIR:H}/ghostscript9-agpl-base/distinfo PATCHDIR= ${.CURDIR:H}/ghostscript9-agpl-base/files CPE_VENDOR= artifex -- cgit v1.2.3