From 09c82a569c6b39efea269332d395f23e65e40aea Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 28 Oct 2007 20:38:40 +0000 Subject: - Prevent perllocal.pod from being written Reported by: pointyhat With hat: portmgr --- graphics/ImageMagick/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3