diff options
author | hubertf <hubertf> | 1998-01-25 00:16:48 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-25 00:16:48 +0000 |
commit | 0714c281eb60eb26c1fffaeaa042d9a811a4be57 (patch) | |
tree | 6c4387f7ea400ab9c80ce556fb6eeb53ff1f25d0 /x11/tk80 | |
parent | d926bb8de85c3ecaa88042a937440b476306ba41 (diff) | |
download | pkgsrc-0714c281eb60eb26c1fffaeaa042d9a811a4be57.tar.gz |
portlint: true -> /usr/bin/true
Diffstat (limited to 'x11/tk80')
-rw-r--r-- | x11/tk80/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/tk80/pkg/PLIST b/x11/tk80/pkg/PLIST index 44e2f290a1e..73eca565da8 100644 --- a/x11/tk80/pkg/PLIST +++ b/x11/tk80/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 1997/12/02 23:25:17 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.5 1998/01/25 00:16:48 hubertf Exp $ bin/wish8.0 include/tk8.0/tk.h include/tk8.0/unix/tkUnixDefault.h @@ -245,8 +245,8 @@ lib/tk8.0/safetk.tcl lib/tk8.0/tkConfig.sh lib/libtk80.a lib/libtk80.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 @dirrm lib/tk8.0/demos/images @dirrm lib/tk8.0/demos @dirrm lib/tk8.0/images |