summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-02-02 08:10:41 +0000
committerhubertf <hubertf@pkgsrc.org>1998-02-02 08:10:41 +0000
commit403cfa3d46c5e57f70a52b18a921f538acd81dcd (patch)
tree6e1b9b0a665b1bf62f72ac6acdcc5cdb24156507 /graphics/ImageMagick/Makefile
parentba0b20c23aa5a7098956960e08083b669319a77d (diff)
downloadpkgsrc-403cfa3d46c5e57f70a52b18a921f538acd81dcd.tar.gz
Introduce TRUE?=/usr/bin/true, and use it.
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>