mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04: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:
parent
0932a85ec8
commit
3cae3efdc9
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= nss_mdns
|
PORTNAME= nss_mdns
|
||||||
PORTVERSION= 0.14.1.20200624
|
PORTVERSION= 0.14.1.20200624
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
|
|
||||||
MAINTAINER= ashish@FreeBSD.org
|
MAINTAINER= ashish@FreeBSD.org
|
||||||
|
@ -21,6 +22,7 @@ USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --localstatedir=/var \
|
CONFIGURE_ARGS= --localstatedir=/var \
|
||||||
--sysconfdir=/etc
|
--sysconfdir=/etc
|
||||||
|
CONFIGURE_ENV= MDNS_ALLOW_FILE="${PREFIX}/etc/mdns.allow"
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue