diff options
author | ak <ak@FreeBSD.org> | 2013-10-08 05:47:27 +0000 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-10-08 05:47:27 +0000 |
commit | 540e4031fcebd736422d4e3a9c6cdf04bb9aec14 (patch) | |
tree | ce167101ef11530c5cdd887fc5457330f44c8008 | |
parent | 17bc554919c42daab59e0f2d30a70f13d92568b1 (diff) | |
download | FreeBSD-ports-540e4031fcebd736422d4e3a9c6cdf04bb9aec14.zip FreeBSD-ports-540e4031fcebd736422d4e3a9c6cdf04bb9aec14.tar.gz |
- Fix build in poudriere (remove MAKEFLAGS) [1]
Reported by: olgeni
Submitted by: KATO Tsuguru [1]
-rw-r--r-- | graphics/pngquant/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile index 43f9365..b3557c5 100644 --- a/graphics/pngquant/Makefile +++ b/graphics/pngquant/Makefile @@ -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 |