Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2014 09:46:30 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342403 - head/textproc/p5-XML-SAX-Expat
Message-ID:  <201402030946.s139kUvD010072@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402030946.s139kUvD010072>