aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-02-03 09:46:30 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-02-03 09:46:30 +0000
commit9438b20b3872e15e05f91792e8db76420723818a (patch)
tree8b2889abbe3db6455e529c038127ea0ba99f6957
parent4d1708ecfcaead493ea2bed43c6629beb9fb06b6 (diff)
downloadports-9438b20b3872e15e05f91792e8db76420723818a.tar.gz
ports-9438b20b3872e15e05f91792e8db76420723818a.zip
Notes
-rw-r--r--textproc/p5-XML-SAX-Expat/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/p5-XML-SAX-Expat/Makefile b/textproc/p5-XML-SAX-Expat/Makefile
index a0454901450c..744e420ce9e7 100644
--- a/textproc/p5-XML-SAX-Expat/Makefile
+++ b/textproc/p5-XML-SAX-Expat/Makefile
@@ -15,10 +15,8 @@ RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
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>