From 83f4bc66f3b83e36f6a70013df80665f12daba20 Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 2 Feb 1998 08:10:41 +0000 Subject: Introduce TRUE?=/usr/bin/true, and use it. --- graphics/mpeg-lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/mpeg-lib') diff --git a/graphics/mpeg-lib/Makefile b/graphics/mpeg-lib/Makefile index 86c99a429f5..299f4ac05b1 100644 --- a/graphics/mpeg-lib/Makefile +++ b/graphics/mpeg-lib/Makefile @@ -3,7 +3,7 @@ # Date created: 07 December 1997 # Whom: tron@lyssa.owl.de # -# $NetBSD: Makefile,v 1.3 1998/01/29 16:56:20 tron Exp $ +# $NetBSD: Makefile,v 1.4 1998/02/02 08:10:55 hubertf Exp $ DISTNAME= mpeg_lib-1.2.1 PKGNAME= mpeg-1.2.1 @@ -24,6 +24,6 @@ post-configure: post-install: (cd ${WRKSRC};make PREFIX=${PREFIX} includes) - ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true + ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} .include -- cgit v1.2.3