summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/ImageMagick/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index bd7260ba787e..24867d25d81f 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -310,6 +310,8 @@ INSTALL_TARGET= install install-data-html
.endif
post-patch:
+# prevent perllocal.pod from being written
+ @${REINPLACE_CMD} -e "/PERL/s|install$$|pure_install|" ${WRKSRC}/Makefile.in
# remove the autogenerated Magick.c so it will be regenerated from
# Magick.xs on _this_ system:
@${RM} -f ${WRKSRC}/PerlMagick/Magick.c