diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:10:41 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:10:41 +0000 |
commit | 403cfa3d46c5e57f70a52b18a921f538acd81dcd (patch) | |
tree | 6e1b9b0a665b1bf62f72ac6acdcc5cdb24156507 /graphics/giflib | |
parent | ba0b20c23aa5a7098956960e08083b669319a77d (diff) | |
download | pkgsrc-403cfa3d46c5e57f70a52b18a921f538acd81dcd.tar.gz |
Introduce TRUE?=/usr/bin/true, and use it.
Diffstat (limited to 'graphics/giflib')
-rw-r--r-- | graphics/giflib/Makefile | 4 |
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> |