summaryrefslogtreecommitdiff
path: root/graphics/jpeg
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-02 08:10:41 +0000
committerhubertf <hubertf>1998-02-02 08:10:41 +0000
commitaf74124703ca24bc70d8c6eb5bd0e2c9a7e2f710 (patch)
tree6e1b9b0a665b1bf62f72ac6acdcc5cdb24156507 /graphics/jpeg
parentf762982a276f3c51428a996c3213b6005203faaa (diff)
downloadpkgsrc-af74124703ca24bc70d8c6eb5bd0e2c9a7e2f710.tar.gz
Introduce TRUE?=/usr/bin/true, and use it.
Diffstat (limited to 'graphics/jpeg')
-rw-r--r--graphics/jpeg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile
index 66090a577f5..28824fd3ba3 100644
--- a/graphics/jpeg/Makefile
+++ b/graphics/jpeg/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 November 1994
# Whom: smace
#
-# $NetBSD: Makefile,v 1.3 1998/01/24 05:22:28 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 1998/02/02 08:10:53 hubertf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/07/17 15:12:43 max Exp
#
@@ -20,6 +20,6 @@ INSTALL_TARGET= install install-lib
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true
+ ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE}
.include <bsd.port.mk>