diff options
author | mat <mat@FreeBSD.org> | 2014-02-03 17:46:30 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-02-03 17:46:30 +0800 |
commit | e475f25c20be16da777bd7ebb0f60edd7f4540be (patch) | |
tree | 8b2889abbe3db6455e529c038127ea0ba99f6957 | |
parent | 76ea5fbb280f55c73704f4b38de39bcc75f34191 (diff) | |
download | freebsd-ports-gnome-e475f25c20be16da777bd7ebb0f60edd7f4540be.tar.gz freebsd-ports-gnome-e475f25c20be16da777bd7ebb0f60edd7f4540be.tar.zst freebsd-ports-gnome-e475f25c20be16da777bd7ebb0f60edd7f4540be.zip |
Fix staging.
Poked by: miwi
Sponsored by: Absolight
-rw-r--r-- | textproc/p5-XML-SAX-Expat/Makefile | 6 |
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> |