mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
security/{open,}doas: add CONFLICTS to each other
They install files with the same names.
PR: 279598
Reported by: fluffy (via email)
Fixes: 2820df617d
(new port: portable version of OpenBSD's doas)
This commit is contained in:
parent
7e77b02e89
commit
1acc62c562
@ -20,6 +20,8 @@ GH_ACCOUNT= slicer69
|
||||
|
||||
MAKE_ENV+= TARGETPATH=-DGLOBAL_PATH='\"${_GLOBAL_PATH}\"'
|
||||
|
||||
CONFLICTS= opendoas
|
||||
|
||||
BINMODE= 4755
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -32,6 +32,8 @@ CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc \
|
||||
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
CONFLICTS= doas
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/doas
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user