Date: Tue, 4 Feb 2014 11:36:48 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342495 - head/archivers/p5-Compress-Raw-Lzma Message-ID: <201402041136.s14BamNg026564@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Feb 4 11:36:47 2014 New Revision: 342495 URL: http://svnweb.freebsd.org/changeset/ports/342495 QAT: https://qat.redports.org/buildarchive/r342495/ Log: - Use post-configure: instead of pre-build: Modified: head/archivers/p5-Compress-Raw-Lzma/Makefile Modified: head/archivers/p5-Compress-Raw-Lzma/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Lzma/Makefile Tue Feb 4 11:16:35 2014 (r342494) +++ head/archivers/p5-Compress-Raw-Lzma/Makefile Tue Feb 4 11:36:47 2014 (r342495) @@ -25,7 +25,7 @@ LZMA_DEPEND?= sys LIB_DEPENDS+= liblzma.so.1:${PORTSDIR}/archivers/lzmalib .endif -pre-build: +post-configure: .if ${LZMA_DEPEND} == "sys" @${REINPLACE_CMD} -e "/^LDDLFLAGS/ s|${LOCALBASE}/lib|${LIBDIR}|" ${WRKSRC}/Makefile .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402041136.s14BamNg026564>