diff options
author | hubertf <hubertf> | 1998-02-02 08:10:41 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-02 08:10:41 +0000 |
commit | 83f4bc66f3b83e36f6a70013df80665f12daba20 (patch) | |
tree | 6e1b9b0a665b1bf62f72ac6acdcc5cdb24156507 /graphics/mpeg-lib/Makefile | |
parent | 60c943df49925b6e46b7625c8e34adc37ef73716 (diff) | |
download | pkgsrc-83f4bc66f3b83e36f6a70013df80665f12daba20.tar.gz |
Introduce TRUE?=/usr/bin/true, and use it.
Diffstat (limited to 'graphics/mpeg-lib/Makefile')
-rw-r--r-- | graphics/mpeg-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.mk> |