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/png | |
parent | ba0b20c23aa5a7098956960e08083b669319a77d (diff) | |
download | pkgsrc-403cfa3d46c5e57f70a52b18a921f538acd81dcd.tar.gz |
Introduce TRUE?=/usr/bin/true, and use it.
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.mk> |