svn commit: r342403 - head/textproc/p5-XML-SAX-Expat

Mathieu Arnold mat at FreeBSD.org
Mon Feb 3 09:46:30 UTC 2014


Author: mat
Date: Mon Feb  3 09:46:30 2014
New Revision: 342403
URL: http://svnweb.freebsd.org/changeset/ports/342403
QAT: https://qat.redports.org/buildarchive/r342403/

Log:
  Fix staging.
  
  Poked by:	miwi
  Sponsored by:	Absolight

Modified:
  head/textproc/p5-XML-SAX-Expat/Makefile

Modified: head/textproc/p5-XML-SAX-Expat/Makefile
==============================================================================
--- head/textproc/p5-XML-SAX-Expat/Makefile	Mon Feb  3 09:44:35 2014	(r342402)
+++ head/textproc/p5-XML-SAX-Expat/Makefile	Mon Feb  3 09:46:30 2014	(r342403)
@@ -15,10 +15,8 @@ RUN_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR
 		p5-XML-NamespaceSupport>=0:${PORTSDIR}/textproc/p5-XML-NamespaceSupport
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-USES=		perl5
+USES=		perl5 dos2unix
 USE_PERL5=	configure
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|-I\\$$(INSTALLSITELIB)|-I\\$$(DESTDIR)\\$$(INSTALLSITELIB)|' ${WRKSRC}/Makefile.PL
+CONFIGURE_ENV=	SKIP_SAX_INSTALL=yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list