git: 9ab320195bfa - main - sysutils/devd-mount: Create install conflict with sysutils/automount

From: Jason W. Bacon <jwb_at_FreeBSD.org>
Date: Fri, 07 Jul 2023 15:50:08 UTC
The branch main has been updated by jwb:

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

commit 9ab320195bfa30b89b1bbecbd6a18bd9630fd1ee
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2023-07-07 15:49:11 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2023-07-07 15:49:11 +0000

    sysutils/devd-mount: Create install conflict with sysutils/automount
    
    Installing them together will cause duplicate actions for devd events
---
 sysutils/devd-mount/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sysutils/devd-mount/Makefile b/sysutils/devd-mount/Makefile
index fdf5d02ae5c0..45d062fafdcc 100644
--- a/sysutils/devd-mount/Makefile
+++ b/sysutils/devd-mount/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	devd-mount
 DISTVERSION=	0.1.0-1
 DISTVERSIONSUFFIX=	-gd153f96
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	jwb@FreeBSD.org
@@ -14,14 +15,17 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	outpaddling
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 PLIST_FILES=	sbin/devd-mount \
+		sbin/automount \
 		etc/devd/devd-mount.conf \
 		"@sample etc/devd-mount.conf.sample" \
 		man/man8/devd-mount.8.gz
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/devd-mount ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_SCRIPT} ${WRKSRC}/devd-mount ${STAGEDIR}${PREFIX}/sbin/automount
 	${INSTALL_DATA} ${WRKSRC}/devd.conf \
 		${STAGEDIR}${PREFIX}/etc/devd/devd-mount.conf
 	${INSTALL_DATA} ${WRKSRC}/devd-mount.conf \