svn commit: r342495 - head/archivers/p5-Compress-Raw-Lzma

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 4 11:36:48 UTC 2014


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


More information about the svn-ports-all mailing list