summaryrefslogtreecommitdiff
path: root/lang/kaffe
diff options
context:
space:
mode:
Diffstat (limited to 'lang/kaffe')
-rw-r--r--lang/kaffe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile
index d47628916a5..2cdf9bea1bd 100644
--- a/lang/kaffe/Makefile
+++ b/lang/kaffe/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 February 1995
# Whom: Tim Wilkinson <tim@sarc.city.ac.uk>
#
-# $NetBSD: Makefile,v 1.3 1998/02/01 01:59:50 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 1998/02/02 08:11:01 hubertf Exp $
# FreeBSD Id: Makefile,v 1.30 1997/12/08 09:37:16 obrien Exp
#
@@ -28,6 +28,6 @@ MAN1= kaffe.1
post-install:
${MKDIR} ${PREFIX}/share/kaffe
${INSTALL_DATA} ${WRKSRC}/ENVIRONMENT ${WRKSRC}/license.terms ${PREFIX}/share/kaffe
- ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true
+ ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE}
.include <bsd.port.mk>