svn commit: r381410 - head/dns/unbound

Sergey Matveychuk sem at FreeBSD.org
Mon Mar 16 15:26:11 UTC 2015


Author: sem
Date: Mon Mar 16 15:26:10 2015
New Revision: 381410
URL: https://svnweb.freebsd.org/changeset/ports/381410
QAT: https://qat.redports.org/buildarchive/r381410/

Log:
  - fix cut&paste problem

Modified:
  head/dns/unbound/Makefile

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Mon Mar 16 15:22:10 2015	(r381409)
+++ head/dns/unbound/Makefile	Mon Mar 16 15:26:10 2015	(r381410)
@@ -100,7 +100,7 @@ post-patch:
 		s|$$(configfile); fi|$$(configfile).sample|' \
 		${WRKSRC}/Makefile.in
 .if ${PORT_OPTIONS:MFILTER_AAAA}
-	at ${WRKSRC}/contrib/aaaa-filter-iterator.patch | ${PATCH} -d ${WRKSRC} -p1
+	cat ${WRKSRC}/contrib/aaaa-filter-iterator.patch | ${PATCH} -d ${WRKSRC} -p1
 .endif
 
 post-build:


More information about the svn-ports-head mailing list