From owner-svn-ports-head@FreeBSD.ORG Tue Feb 4 11:36:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 888DA768; Tue, 4 Feb 2014 11:36:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 728601207; Tue, 4 Feb 2014 11:36:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14Bamfa026565; Tue, 4 Feb 2014 11:36:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14BamNg026564; Tue, 4 Feb 2014 11:36:48 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402041136.s14BamNg026564@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Feb 2014 11:36:48 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 11:36:48 -0000 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