svn commit: r369264 - head/dns/libidn

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 25 15:46:47 UTC 2014


Author: tijl
Date: Thu Sep 25 15:46:46 2014
New Revision: 369264
URL: http://svnweb.freebsd.org/changeset/ports/369264
QAT: https://qat.redports.org/buildarchive/r369264/

Log:
  Remove hack now that USES=pathfix no longer modifies configure (r369260)

Modified:
  head/dns/libidn/Makefile

Modified: head/dns/libidn/Makefile
==============================================================================
--- head/dns/libidn/Makefile	Thu Sep 25 15:44:00 2014	(r369263)
+++ head/dns/libidn/Makefile	Thu Sep 25 15:46:46 2014	(r369264)
@@ -33,8 +33,6 @@ PLIST_SUB+=	NLS="@comment "
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e '/^Makefile.gdoc:/s/configure /configure.ac /' \
-		${WRKSRC}/doc/Makefile.in
 	@${REINPLACE_CMD} -e '/^Libs.private:/s/$$/ @LTLIBINTL@/' \
 		${WRKSRC}/libidn.pc.in
 


More information about the svn-ports-head mailing list