diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-10-08 05:47:27 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-10-08 05:47:27 +0000 |
commit | 66ee3f05dc1b4b7bafb94cde68b062a515e250e6 (patch) | |
tree | ce167101ef11530c5cdd887fc5457330f44c8008 /graphics/pngquant/Makefile | |
parent | 47144a1692905886a1325c1caa616ff4a3da3d88 (diff) | |
download | ports-66ee3f05dc1b4b7bafb94cde68b062a515e250e6.tar.gz ports-66ee3f05dc1b4b7bafb94cde68b062a515e250e6.zip |
Notes
Diffstat (limited to 'graphics/pngquant/Makefile')
-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 43f9365a24a2..b3557c520acf 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 |