aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-10-29 04:38:40 +0800
committerpav <pav@FreeBSD.org>2007-10-29 04:38:40 +0800
commit48993a935dec73d228718ef9c934fd2dbe3437e0 (patch)
tree59b62fdb46acd4fbaeb3fe96f4f687828b936566 /graphics
parent9bde39faa694ae85a0503810904e4a5f44706e9c (diff)
downloadfreebsd-ports-gnome-48993a935dec73d228718ef9c934fd2dbe3437e0.tar.gz
freebsd-ports-gnome-48993a935dec73d228718ef9c934fd2dbe3437e0.tar.zst
freebsd-ports-gnome-48993a935dec73d228718ef9c934fd2dbe3437e0.zip
- Prevent perllocal.pod from being written
Reported by: pointyhat With hat: portmgr
Diffstat (limited to 'graphics')
-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