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 /x11/qt | |
parent | ba0b20c23aa5a7098956960e08083b669319a77d (diff) | |
download | pkgsrc-403cfa3d46c5e57f70a52b18a921f538acd81dcd.tar.gz |
Introduce TRUE?=/usr/bin/true, and use it.
Diffstat (limited to 'x11/qt')
-rw-r--r-- | x11/qt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt/Makefile b/x11/qt/Makefile index 56924a4ad16..bc481215e47 100644 --- a/x11/qt/Makefile +++ b/x11/qt/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1996 # Whom: searle@longacre.demon.co.uk # -# $NetBSD: Makefile,v 1.3 1998/01/25 00:09:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/02/02 08:11:07 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/10/30 05:15:19 jkh Exp # @@ -102,7 +102,7 @@ post-configure: do-install: ${INSTALL_PROGRAM} ${WRKDIR}/qt-1.31/bin/moc ${QTDIR}/bin ${INSTALL_DATA} ${WRKDIR}/qt-1.31/lib/libqt.so.1.31 ${QTDIR}/lib - ${LDCONFIG} -m ${QTDIR}/lib || /usr/bin/true + ${LDCONFIG} -m ${QTDIR}/lib || ${TRUE} ${MKDIR} ${QTDIR}/include/qt ${INSTALL_DATA} ${WRKDIR}/qt-1.31/include/* ${QTDIR}/include/qt ${INSTALL_MAN} ${WRKDIR}/qt-1.31/man/man1/* ${QTDIR}/man/man1 |