diff options
author | asomers <asomers@FreeBSD.org> | 2017-12-05 00:59:19 +0800 |
---|---|---|
committer | asomers <asomers@FreeBSD.org> | 2017-12-05 00:59:19 +0800 |
commit | 35f15ad4f38ca78fb644c65faa541c7967b1a962 (patch) | |
tree | 6a074f88894a648b6a2969ca8b74a8b90d92ead8 /comms | |
parent | 13148c5ccbf90d069663a4cdac37ad2103999e31 (diff) | |
download | freebsd-ports-gnome-35f15ad4f38ca78fb644c65faa541c7967b1a962.tar.gz freebsd-ports-gnome-35f15ad4f38ca78fb644c65faa541c7967b1a962.tar.zst freebsd-ports-gnome-35f15ad4f38ca78fb644c65faa541c7967b1a962.zip |
comms/mlan3 shells/fish: annotate conflicts
They both install /usr/local/bin/fish
PR: 222777
Reported by: http://pkgtool.osorio.me/conflicts/
Approved by: Chris Hutchinson <portmaster@bsdforge.com> (mlan3 maintainer)
Differential Revision: https://reviews.freebsd.org/D13318
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mlan3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/mlan3/Makefile b/comms/mlan3/Makefile index 3cb86ecad1be..5dd3b76cbb22 100644 --- a/comms/mlan3/Makefile +++ b/comms/mlan3/Makefile @@ -17,6 +17,8 @@ NO_WRKSUBDIR= yes USES= dos2unix uidfix zip DOS2UNIX_GLOB= *.c *.h +CONFLICTS_INSTALL= shells/fish + post-patch: @${REINPLACE_CMD} -e '/int main/s/short argc/int argc/' \ ${WRKSRC}/apps/gethumd/gethumd.c ${WRKSRC}/apps/shaapp/shaapp.c |