summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-10-28 20:38:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-10-28 20:38:40 +0000
commit09c82a569c6b39efea269332d395f23e65e40aea (patch)
tree29cec4653ccafdae11b7f0430f2c56ca267df692 /graphics/ImageMagick
parent- Allow support for choosing an alternate download (diff)
- Prevent perllocal.pod from being written
Reported by: pointyhat With hat: portmgr
Notes
Notes: svn path=/head/; revision=202231
Diffstat (limited to 'graphics/ImageMagick')
-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