Date: Tue, 8 Oct 2013 05:47:27 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329758 - head/graphics/pngquant Message-ID: <201310080547.r985lRPg083584@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ak Date: Tue Oct 8 05:47:27 2013 New Revision: 329758 URL: http://svnweb.freebsd.org/changeset/ports/329758 Log: - Fix build in poudriere (remove MAKEFLAGS) [1] Reported by: olgeni Submitted by: KATO Tsuguru [1] Modified: head/graphics/pngquant/Makefile Modified: head/graphics/pngquant/Makefile ============================================================================== --- head/graphics/pngquant/Makefile Tue Oct 8 05:44:04 2013 (r329757) +++ head/graphics/pngquant/Makefile Tue Oct 8 05:47:27 2013 (r329758) @@ -48,6 +48,9 @@ OPENMP_LDFLAGS= -lgomp -pthread CFLAGS+= -DNDEBUG .endif +post-patch: + @${REINPLACE_CMD} -e 's|-$$(MAKEFLAGS)||' ${WRKSRC}/Makefile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pngquant ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pngquant.1 ${STAGEDIR}${MANPREFIX}/man/man1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310080547.r985lRPg083584>