summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-12-01 08:00:52 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-12-01 08:00:52 +0000
commit6bb5fe57a7876d157713b1ff2abc77e8369a92f1 (patch)
treee8042613467dd18227e84b3d2989fbda195c7985 /graphics
parentUse tiff34. (diff)
Use new location for the tiff34 headers.
Notes
Notes: svn path=/head/; revision=8928
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 32b2695028ec..7816ccc9b19f 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 November 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.21 1997/11/05 09:46:51 tg Exp $
+# $Id: Makefile,v 1.22 1997/11/29 01:35:38 jseger Exp $
#
DISTNAME= ImageMagick-3.9.2
@@ -29,8 +29,7 @@ WRKSRC= ${WRKDIR}/ImageMagick
USE_IMAKE= YES
post-patch:
- @mv ${WRKSRC}/Magick.tmpl ${WRKSRC}/Magick.tmpl.tmp
- @sed -e "s|!!LOCALBASE!!|${LOCALBASE}|g" <${WRKSRC}/Magick.tmpl.tmp >${WRKSRC}/Magick.tmpl
+ @perl -pi -e "s|!!LOCALBASE!!|${LOCALBASE}|g;" ${WRKSRC}/Magick.tmpl
pre-build:
@(cd ${WRKSRC}/magick; make)