aboutsummaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-05-26 22:45:52 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-05-26 22:45:52 +0000
commit4559a2e70f495912a411fd0c25068ad7e83fd423 (patch)
tree7b3e4edb424c4b08ad1a6a990dfd7128fbc3fbb7 /graphics/ImageMagick/Makefile
parent6e3291369a0d3659a363dbfa4f85d5f03c713d7c (diff)
Notes
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-rw-r--r--graphics/ImageMagick/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 72f0ea60cc10..41b722c615fb 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -395,6 +395,8 @@ post-patch:
@${REINPLACE_CMD} -e '/PERL/s|install && \\$$|pure_install \&\& \\|' \
-e 's/install-docDATA install-filters/install-filters/' \
${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's,!/bin/bash,!/bin/sh,g' -e 's,==,=,g' \
+ ${WRKSRC}/tests/validate-colorspace.sh
# remove the autogenerated Magick.c so it will be regenerated from
# Magick.xs on _this_ system:
@${RM} -f ${WRKSRC}/PerlMagick/Magick.c