diff options
author | hubertf <hubertf> | 1998-01-25 00:05:31 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-25 00:05:31 +0000 |
commit | 55ea28bdd191e786b1fb692dce9e3588b23ba478 (patch) | |
tree | 5d529370f29c6970b6a9011de394ff3527919648 /x11/lesstif | |
parent | bca57dbfc4c4253ab91e00aa9d3b77efbc43e514 (diff) | |
download | pkgsrc-55ea28bdd191e786b1fb692dce9e3588b23ba478.tar.gz |
portlint: true -> /usr/bin/true
Diffstat (limited to 'x11/lesstif')
-rw-r--r-- | x11/lesstif/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/lesstif/pkg/PLIST b/x11/lesstif/pkg/PLIST index da5f20fc43e..157d2eca4d0 100644 --- a/x11/lesstif/pkg/PLIST +++ b/x11/lesstif/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 1998/01/16 17:07:19 agc Exp $ +@comment $NetBSD: PLIST,v 1.6 1998/01/25 00:05:31 hubertf Exp $ bin/mwm bin/mxmkmf bin/uil @@ -136,8 +136,8 @@ lib/libMrm.so.0.1 lib/libUil.so.0.1 lib/libXm.so.0.1 lib/libltc.a -@exec ldconfig -m %D/lib || true -@unexec ldconfig -m %D/lib || true +@exec ldconfig -m %D/lib || /usr/bin/true +@unexec ldconfig -m %D/lib || /usr/bin/true @dirrm lib/X11/mwm @dirrm lib/X11/lesstif @dirrm include/Xm |