svn commit: r367886 - head/dns/dnsmasq

Matthias Andree mandree at FreeBSD.org
Wed Sep 10 20:30:08 UTC 2014


Author: mandree
Date: Wed Sep 10 20:30:07 2014
New Revision: 367886
URL: http://svnweb.freebsd.org/changeset/ports/367886
QAT: https://qat.redports.org/buildarchive/r367886/

Log:
  Remove excess output from pre-configure.

Modified:
  head/dns/dnsmasq/Makefile

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Wed Sep 10 20:07:20 2014	(r367885)
+++ head/dns/dnsmasq/Makefile	Wed Sep 10 20:30:07 2014	(r367886)
@@ -93,7 +93,6 @@ post-patch:
 	${REINPLACE_CMD} -e "s/lua5\.1/lua-${LUA_VER}/" ${WRKSRC}/Makefile
 
 pre-configure: pretty-print-config
-	@${PRINTF} "dns/libidn config: " ; ${MAKE} -C ${PORTSDIR}/dns/libidn pretty-print-config
 .if ${PORT_OPTIONS:MIDN}
 .if empty(PORT_OPTIONS:MNLS)
 	@if ${OBJDUMP} -p ${LOCALBASE}/lib/libidn.so \


More information about the svn-ports-head mailing list