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/ImageMagick/Makefile | 4 ++-- graphics/Mesa/Makefile | 4 ++-- graphics/giflib/Makefile | 4 ++-- graphics/jpeg/Makefile | 4 ++-- graphics/mpeg-lib/Makefile | 4 ++-- graphics/png/Makefile | 4 ++-- graphics/tiff/Makefile | 4 ++-- graphics/xpm/Makefile | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) (limited to 'graphics') diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 321cf56bf40..efc8e7c0b03 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -3,7 +3,7 @@ # Date created: 11th December 1997 # Whom: tron # -# $NetBSD: Makefile,v 1.8 1998/02/01 01:52:42 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 1998/02/02 08:10:50 hubertf Exp $ # DISTNAME= ImageMagick-4.0 @@ -43,6 +43,6 @@ post-extract: post-install: - ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true + ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} .include 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 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 # -# $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 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 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 diff --git a/graphics/png/Makefile b/graphics/png/Makefile index fe2dde154a5..024cb16bf31 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Dec 1995 # Whom: ache # -# $NetBSD: Makefile,v 1.3 1998/01/24 05:27:26 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/02/02 08:10:56 hubertf Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp # @@ -18,6 +18,6 @@ MAINTAINER= ache@FreeBSD.org MAKEFILE= makefile post-install: - ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true + ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} .include 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 diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 65e61ee743c..6c5ac8e8203 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September 1994 # Whom: jkh # -# $NetBSD: Makefile,v 1.5 1998/01/24 05:30:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/02 08:10:58 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/17 15:12:45 max Exp # @@ -18,6 +18,6 @@ USE_IMAKE= yes CAT1= sxpm.0 post-install: - ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true + ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} .include -- cgit v1.2.3