Date: Fri, 8 Nov 2013 14:36:54 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333232 - in head/textproc/p5-XML-SAX-Expat: . files Message-ID: <201311081436.rA8EasDc018222@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Fri Nov 8 14:36:54 2013 New Revision: 333232 URL: http://svnweb.freebsd.org/changeset/ports/333232 Log: Fix broken :( Deleted: head/textproc/p5-XML-SAX-Expat/files/patch-Makefile.PL Modified: head/textproc/p5-XML-SAX-Expat/Makefile Modified: head/textproc/p5-XML-SAX-Expat/Makefile ============================================================================== --- head/textproc/p5-XML-SAX-Expat/Makefile Fri Nov 8 14:31:40 2013 (r333231) +++ head/textproc/p5-XML-SAX-Expat/Makefile Fri Nov 8 14:36:54 2013 (r333232) @@ -16,9 +16,9 @@ RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 -USE_PERL5= configure patch +USE_PERL5= configure post-patch: - @${PERL} -pi -e "s/(?<=XML::SAX::Base => ')1\.00(?=')/0.25/;" ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e 's|-I\\$$(INSTALLSITELIB)|-I\\$$(DESTDIR)\\$$(INSTALLSITELIB)|' ${WRKSRC}/Makefile.PL .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311081436.rA8EasDc018222>