summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick7/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ImageMagick7/Makefile')
-rw-r--r--graphics/ImageMagick7/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile
index 57852920ad2c..dd8f45e6a9e0 100644
--- a/graphics/ImageMagick7/Makefile
+++ b/graphics/ImageMagick7/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ImageMagick
-DISTVERSION= 7.1.1-45
+DISTVERSION= 7.1.2-11
CATEGORIES= graphics perl5
MASTER_SITES= https://ftp.acc.umu.se/mirror/imagemagick.org/ftp/releases/ \
https://mirror.dogado.de/imagemagick/releases/ \
@@ -36,7 +36,6 @@ CPE_PRODUCT= imagemagick
CPE_VENDOR= imagemagick
SHEBANG_FILES= www/source/examples.pl
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ENV= MAKE=${MAKE_CMD}
CONFIGURE_ARGS= --without-dps \
--with-zstd
@@ -338,4 +337,7 @@ post-install:
${STAGEDIR}${PREFIX}/etc/ImageMagick-7/${i}.sample
.endfor
+post-install-PERL-on:
+ ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Image/Magick/*/*.so
+
.include <bsd.port.mk>