summaryrefslogtreecommitdiff
path: root/graphics/Mesa/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/Mesa/Makefile
parentba0b20c23aa5a7098956960e08083b669319a77d (diff)
downloadpkgsrc-403cfa3d46c5e57f70a52b18a921f538acd81dcd.tar.gz
Introduce TRUE?=/usr/bin/true, and use it.
Diffstat (limited to 'graphics/Mesa/Makefile')
-rw-r--r--graphics/Mesa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile
index d2e236dc992..306d3fd6804 100644
--- a/graphics/Mesa/Makefile
+++ b/graphics/Mesa/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Feb 7 12:02:49 1995
# Whom: hsu
#
-# $NetBSD: Makefile,v 1.6 1998/01/24 05:19:15 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 1998/02/02 08:10:51 hubertf Exp $
# FreeBSD Id: Makefile,v 1.19 1997/09/30 19:21:40 max Exp
#
@@ -40,6 +40,6 @@ do-install:
${CP} -Rp ${WRKSRC}/demos ${PREFIX}/share/examples/Mesa
${CP} -Rp ${WRKSRC}/book ${PREFIX}/share/examples/Mesa
${CP} -Rp ${WRKSRC}/widgets-sgi ${PREFIX}/share/examples/Mesa
- ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true
+ ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE}
.include <bsd.port.mk>