summaryrefslogtreecommitdiff
path: root/devel/libslang
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-02-02 08:10:41 +0000
committerhubertf <hubertf@pkgsrc.org>1998-02-02 08:10:41 +0000
commit403cfa3d46c5e57f70a52b18a921f538acd81dcd (patch)
tree6e1b9b0a665b1bf62f72ac6acdcc5cdb24156507 /devel/libslang
parentba0b20c23aa5a7098956960e08083b669319a77d (diff)
downloadpkgsrc-403cfa3d46c5e57f70a52b18a921f538acd81dcd.tar.gz
Introduce TRUE?=/usr/bin/true, and use it.
Diffstat (limited to 'devel/libslang')
-rw-r--r--devel/libslang/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile
index a0a4cbcd6f8..0b4205e58e1 100644
--- a/devel/libslang/Makefile
+++ b/devel/libslang/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 July 1996
# Whom: ache
#
-# $NetBSD: Makefile,v 1.3 1998/01/24 04:17:42 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 1998/02/02 08:10:46 hubertf Exp $
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:41 max Exp
#
@@ -21,6 +21,6 @@ WRKSRC= ${WRKDIR}/slang
post-install:
@rm -f ${PREFIX}/lib/libslang.so.99.3[348]
- ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true
+ ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE}
.include <bsd.port.mk>