summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-rw-r--r--graphics/ImageMagick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 321cf56bf40..efc8e7c0b03 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -3,7 +3,7 @@
# Date created: 11th December 1997
# Whom: tron
#
-# $NetBSD: Makefile,v 1.8 1998/02/01 01:52:42 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 1998/02/02 08:10:50 hubertf Exp $
#
DISTNAME= ImageMagick-4.0
@@ -43,6 +43,6 @@ post-extract:
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true
+ ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE}
.include <bsd.port.mk>