summaryrefslogtreecommitdiff
path: root/x11/Xaw3d
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-02 08:10:41 +0000
committerhubertf <hubertf>1998-02-02 08:10:41 +0000
commit83f4bc66f3b83e36f6a70013df80665f12daba20 (patch)
tree6e1b9b0a665b1bf62f72ac6acdcc5cdb24156507 /x11/Xaw3d
parent60c943df49925b6e46b7625c8e34adc37ef73716 (diff)
downloadpkgsrc-83f4bc66f3b83e36f6a70013df80665f12daba20.tar.gz
Introduce TRUE?=/usr/bin/true, and use it.
Diffstat (limited to 'x11/Xaw3d')
-rw-r--r--x11/Xaw3d/Makefile4
1 files changed, 2 insertions, 2 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