diff options
author | hubertf <hubertf> | 1998-02-02 08:10:41 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-02 08:10:41 +0000 |
commit | af74124703ca24bc70d8c6eb5bd0e2c9a7e2f710 (patch) | |
tree | 6e1b9b0a665b1bf62f72ac6acdcc5cdb24156507 /x11 | |
parent | f762982a276f3c51428a996c3213b6005203faaa (diff) | |
download | pkgsrc-af74124703ca24bc70d8c6eb5bd0e2c9a7e2f710.tar.gz |
Introduce TRUE?=/usr/bin/true, and use it.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Xaw3d/Makefile | 4 | ||||
-rw-r--r-- | x11/lesstif/Makefile | 4 | ||||
-rw-r--r-- | x11/qt/Makefile | 4 | ||||
-rw-r--r-- | x11/tk80/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile index 7d281745c06..9114a45ba34 100644 --- a/x11/Xaw3d/Makefile +++ b/x11/Xaw3d/Makefile @@ -3,7 +3,7 @@ # Date created: 30th November 1997 # Whom: tron@lyssa.owl.de, soren@t.dk # -# $NetBSD: Makefile,v 1.8 1998/01/29 16:52:14 tron Exp $ +# $NetBSD: Makefile,v 1.9 1998/02/02 08:11:04 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 09:33:26 asami Exp # @@ -21,7 +21,7 @@ post-extract: @(cd ${WRKSRC};ln -s .. X11) post-install: - ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true + ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} ${MKDIR} ${PREFIX}/share/doc/Xaw3d ${CP} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index b305db50711..1aaee415345 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -3,7 +3,7 @@ # Date created: December 10, 1996 # Whom: 1wardd@airmail.net # -# $NetBSD: Makefile,v 1.6 1998/01/25 00:05:20 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 1998/02/02 08:11:05 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # @@ -54,6 +54,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/Mwm \ ${PREFIX}/lib/X11/app-defaults/Mwm /usr/bin/strip ${PREFIX}/lib/libXm.so.0.1 ${PREFIX}/lib/libMrm.so.0.1 - ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true + ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} .include <bsd.port.mk> 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 diff --git a/x11/tk80/Makefile b/x11/tk80/Makefile index 804de4d4d9e..c98574d0c13 100644 --- a/x11/tk80/Makefile +++ b/x11/tk80/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $NetBSD: Makefile,v 1.7 1998/01/30 14:00:13 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/02/02 08:11:11 hubertf Exp $ # FreeBSD Id: Makefile,v 1.4 1997/10/01 09:20:31 tg Exp # @@ -54,7 +54,7 @@ MANN= bell.n bind.n bindtags.n bitmap.n button.n canvas.n \ tkerror.n tkvars.n tkwait.n toplevel.n winfo.n wm.n post-install: - ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true + ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} test: cd ${WRKSRC}; make test |