summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2025-07-24 17:29:25 +0300
committerVladimir Druzenko <vvd@FreeBSD.org>2025-07-24 17:29:25 +0300
commite41da47ec16f2f227a68337ef991c3132e73a63d (patch)
tree20476ff495ef02e18aa6115ceec93f55b9e4553e
parentaudio/asterisk-espeak: Parameterize CONFLICTS_INSTALL (diff)
audio/asterisk-flite: Parameterize CONFLICTS_INSTALL
-rw-r--r--audio/asterisk-flite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/asterisk-flite/Makefile b/audio/asterisk-flite/Makefile
index a62972b2f74c..1ae76763b0ae 100644
--- a/audio/asterisk-flite/Makefile
+++ b/audio/asterisk-flite/Makefile
@@ -26,7 +26,7 @@ GH_TAGNAME= a3ed85151a1c875471568a959dce1bb35cca109b
INSTALL_TARGET= install samples
-CONFLICTS_INSTALL= asterisk[0-9][0-9]-flite # etc/asterisk/flite.conf.sample
+CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:C|(.+)|\1-${PORTNAME}|} # etc/asterisk/flite.conf.sample
.include <bsd.port.pre.mk>