diff options
author | hubertf <hubertf> | 1998-02-02 08:58:13 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-02 08:58:13 +0000 |
commit | 928d5f7b9d7d214e572d76523ba1825457252175 (patch) | |
tree | 6c793edd466777e3ccc6ce4ab38a352948e15200 /x11/Xaw3d/pkg | |
parent | 83f4bc66f3b83e36f6a70013df80665f12daba20 (diff) | |
download | pkgsrc-928d5f7b9d7d214e572d76523ba1825457252175.tar.gz |
Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
Diffstat (limited to 'x11/Xaw3d/pkg')
-rw-r--r-- | x11/Xaw3d/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/Xaw3d/pkg/PLIST b/x11/Xaw3d/pkg/PLIST index f17359ed5d3..2e53972a2b9 100644 --- a/x11/Xaw3d/pkg/PLIST +++ b/x11/Xaw3d/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 1998/01/24 23:58:22 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.6 1998/02/02 09:00:24 hubertf Exp $ include/X11/Xaw3d/AllWidgets.h include/X11/Xaw3d/AsciiSink.h include/X11/Xaw3d/AsciiSinkP.h @@ -76,8 +76,8 @@ include/X11/Xaw3d/XawImP.h include/X11/Xaw3d/XawInit.h lib/libXaw3d.a lib/libXaw3d.so.6.1 -@exec /sbin/ldconfig -m %B || /usr/bin/true -@unexec /sbin/ldconfig -m %B || /usr/bin/true +@exec /sbin/ldconfig || /usr/bin/true +@unexec /sbin/ldconfig || /usr/bin/true share/doc/Xaw3d/README.XAW3D @dirrm share/doc/Xaw3d @dirrm include/X11/Xaw3d |