From c45dd57f77834a0f7c64baf7f518d9ee08e1e575 Mon Sep 17 00:00:00 2001 From: "Jason W. Bacon" Date: Thu, 21 Nov 2024 07:35:45 -0600 Subject: [PATCH] sysutils/devd-mount: CONFLICTS -> CONFLICTS_INSTALL Conflict with filesystems/automount is a runtime issue --- sysutils/devd-mount/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/devd-mount/Makefile b/sysutils/devd-mount/Makefile index 6aafc4679e37..9ecbc97bd3d0 100644 --- a/sysutils/devd-mount/Makefile +++ b/sysutils/devd-mount/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/outpaddling/devd-mount LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICTS= automount # Competing devd rules +CONFLICTS_INSTALL= automount # Competing devd rules USE_GITHUB= yes GH_ACCOUNT= outpaddling