aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2015-03-16 15:33:44 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2015-03-16 15:33:44 +0000
commit82b09860f80625c6039923132354081ef17c39df (patch)
tree3368a6f1883f82f161140b457671f63c8b0d7e71 /dns
parent5ee8e018bd89e9c0bf4e128abbe991e8dac2998d (diff)
downloadports-82b09860f80625c6039923132354081ef17c39df.tar.gz
ports-82b09860f80625c6039923132354081ef17c39df.zip
- Fix option name
- Hide patch output
Notes
Notes: svn path=/head/; revision=381411
Diffstat (limited to 'dns')
-rw-r--r--dns/unbound/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index 618bad6fa0e5..6a063930d1ed 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -29,7 +29,7 @@ PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \
ietf67-design-02.pdf requirements.txt
PLIST_SUB+= PYTHON=${PYTHON} MUNIN=${MUNIN}
-OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT FILTER_AAA
+OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT FILTER_AAAA
OPTIONS_DEFAULT=THREADS ECDSA
LIBEVENT_DESC= Build against libevent
@@ -100,7 +100,7 @@ post-patch:
s|$$(configfile); fi|$$(configfile).sample|' \
${WRKSRC}/Makefile.in
.if ${PORT_OPTIONS:MFILTER_AAAA}
- cat ${WRKSRC}/contrib/aaaa-filter-iterator.patch | ${PATCH} -d ${WRKSRC} -p1
+ cat ${WRKSRC}/contrib/aaaa-filter-iterator.patch | ${PATCH} -d ${WRKSRC} -p1 -s
.endif
post-build: