1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

dns/nss_mdns: Fix path to the mdns.allow config file

Sponsored by:   Serenity Cybersecurity, LLC

Approved by:	ashish
This commit is contained in:
Жунёва Мария Михайловна 2024-08-26 17:19:36 +03:00 committed by Gleb Popov
parent 0932a85ec8
commit 3cae3efdc9

View File

@ -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