summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-02 08:10:41 +0000
committerhubertf <hubertf>1998-02-02 08:10:41 +0000
commit83f4bc66f3b83e36f6a70013df80665f12daba20 (patch)
tree6e1b9b0a665b1bf62f72ac6acdcc5cdb24156507 /graphics/tiff
parent60c943df49925b6e46b7625c8e34adc37ef73716 (diff)
downloadpkgsrc-83f4bc66f3b83e36f6a70013df80665f12daba20.tar.gz
Introduce TRUE?=/usr/bin/true, and use it.
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index a7dcb7516da..2479e833116 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 November 1997
# Whom: tron
#
-# $NetBSD: Makefile,v 1.6 1998/01/30 13:57:07 agc Exp $
+# $NetBSD: Makefile,v 1.7 1998/02/02 08:10:57 hubertf Exp $
DISTNAME= tiff-v3.4beta037
PKGNAME= tiff-3.4
@@ -52,6 +52,6 @@ CONFIGURE_ARGS+= --noninteractive --site ${FILESDIR}
CONFIGURE_ENV+= PREFIX=${PREFIX}
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true
+ ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE}
.include <bsd.port.mk>