diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 20:26:42 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 20:26:42 +0000 |
commit | b0a48a0808bfa95669572a7be1b9a3a6f7bc7b06 (patch) | |
tree | e33fee55f49d39b0c4b184fee9e4bd3dd766e27c | |
parent | 702dd684454d32162678a85aba95ddd57bfaf3d9 (diff) | |
download | pkgsrc-b0a48a0808bfa95669572a7be1b9a3a6f7bc7b06.tar.gz |
portlint: true -> /usr/bin/true
-rw-r--r-- | lang/tcl80/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tcl80/pkg/PLIST b/lang/tcl80/pkg/PLIST index b20d2039c98..6d319aeba31 100644 --- a/lang/tcl80/pkg/PLIST +++ b/lang/tcl80/pkg/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.4 1997/12/02 23:25:13 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.5 1998/01/24 20:26:42 hubertf Exp $ bin/tclsh8.0 lib/libtcl80.a lib/libtcl80.so.1.0 -@exec /sbin/ldconfig -m %B || true -@unexec /sbin/ldconfig -m %B || true +@exec /sbin/ldconfig -m %B || /usr/bin/true +@unexec /sbin/ldconfig -m %B || /usr/bin/true include/tcl8.0/tcl.h include/tcl8.0/unix/tclUnixPort.h include/tcl8.0/generic/tcl.h |