svn commit: r333232 - in head/textproc/p5-XML-SAX-Expat: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Fri Nov 8 14:36:55 UTC 2013
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>
More information about the svn-ports-head
mailing list