summaryrefslogtreecommitdiff
path: root/graphics/giflib
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/giflib
parentf762982a276f3c51428a996c3213b6005203faaa (diff)
downloadpkgsrc-af74124703ca24bc70d8c6eb5bd0e2c9a7e2f710.tar.gz
Introduce TRUE?=/usr/bin/true, and use it.
Diffstat (limited to 'graphics/giflib')
-rw-r--r--graphics/giflib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile
index 5427be3a262..d59c3962d12 100644
--- a/graphics/giflib/Makefile
+++ b/graphics/giflib/Makefile
@@ -3,7 +3,7 @@
# Date created: 03 May 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $NetBSD: Makefile,v 1.3 1998/01/24 05:20:59 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 1998/02/02 08:10:52 hubertf Exp $
# FreeBSD Id: Makefile,v 1.2 1997/09/24 06:55:01 tg Exp
#
@@ -18,6 +18,6 @@ post-install:
@${MKDIR} ${PREFIX}/share/doc/giflib
@${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/giflib
.endif
- @${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true
+ @${LDCONFIG} -m ${PREFIX}/lib || ${TRUE}
.include <bsd.port.mk>