aboutsummaryrefslogtreecommitdiff
path: root/graphics/pngquant
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-10-08 05:47:27 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-10-08 05:47:27 +0000
commit66ee3f05dc1b4b7bafb94cde68b062a515e250e6 (patch)
treece167101ef11530c5cdd887fc5457330f44c8008 /graphics/pngquant
parent47144a1692905886a1325c1caa616ff4a3da3d88 (diff)
downloadports-66ee3f05dc1b4b7bafb94cde68b062a515e250e6.tar.gz
ports-66ee3f05dc1b4b7bafb94cde68b062a515e250e6.zip
Notes
Diffstat (limited to 'graphics/pngquant')
-rw-r--r--graphics/pngquant/Makefile3
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