shells/bash: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2021-03-06 15:10:26 +01:00
parent 87c7a5a03b
commit 3073533bf7
1 changed files with 3 additions and 2 deletions

View File

@ -62,10 +62,11 @@ CONFIGURE_ARGS+= --without-bash-malloc \
MAKE_ARGS+= TERMCAP_LIB=-lncursesw
.if empty(PKGNAMESUFFIX)
CONFLICTS+= bash-static-[0-9]*
CONFLICTS+= bash-static-[0-9]*
.else
CONFLICTS+= bash-[0-9]*
CONFLICTS+= bash-[0-9]*
.endif
CONFLICTS+= bashc
.include <bsd.port.options.mk>