mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
filesystems/automount: Add CONFLICTS_INSTALL=devd-mount
They install competing devd rules
This commit is contained in:
parent
89d7d88656
commit
628057b37d
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= automount
|
PORTNAME= automount
|
||||||
DISTVERSION= 1.7.9
|
DISTVERSION= 1.7.9
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= filesystems sysutils
|
CATEGORIES= filesystems sysutils
|
||||||
MASTER_SITES= https://raw.github.com/vermaden/automount/master/
|
MASTER_SITES= https://raw.github.com/vermaden/automount/master/
|
||||||
|
|
||||||
|
@ -9,6 +10,8 @@ WWW= https://github.com/vermaden/automount/
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
|
CONFLICTS_INSTALL= devd-mount # Competing devd rules
|
||||||
|
|
||||||
PLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample
|
PLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue