From 3cae3efdc990b6395baacc273402673d78d1bf89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=96=D1=83=D0=BD=D1=91=D0=B2=D0=B0=20=D0=9C=D0=B0=D1=80?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=9C=D0=B8=D1=85=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=D0=BD=D0=B0?= Date: Mon, 26 Aug 2024 17:19:36 +0300 Subject: [PATCH] dns/nss_mdns: Fix path to the mdns.allow config file Sponsored by: Serenity Cybersecurity, LLC Approved by: ashish --- dns/nss_mdns/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dns/nss_mdns/Makefile b/dns/nss_mdns/Makefile index 8efbafb67a65..e36524819f22 100644 --- a/dns/nss_mdns/Makefile +++ b/dns/nss_mdns/Makefile @@ -1,5 +1,6 @@ PORTNAME= nss_mdns PORTVERSION= 0.14.1.20200624 +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= ashish@FreeBSD.org @@ -21,6 +22,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ --sysconfdir=/etc +CONFIGURE_ENV= MDNS_ALLOW_FILE="${PREFIX}/etc/mdns.allow" INSTALL_TARGET= install-strip