diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:58:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:58:13 +0000 |
commit | f6fc8a8a9e14e367650817be6027f926692af42a (patch) | |
tree | 6c793edd466777e3ccc6ce4ab38a352948e15200 /x11/lesstif | |
parent | 403cfa3d46c5e57f70a52b18a921f538acd81dcd (diff) | |
download | pkgsrc-f6fc8a8a9e14e367650817be6027f926692af42a.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/lesstif')
-rw-r--r-- | x11/lesstif/Makefile | 4 | ||||
-rw-r--r-- | x11/lesstif/pkg/PLIST | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 1aaee415345..1cd51a55c20 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -3,7 +3,7 @@ # Date created: December 10, 1996 # Whom: 1wardd@airmail.net # -# $NetBSD: Makefile,v 1.7 1998/02/02 08:11:05 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1998/02/02 08:59:35 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # @@ -54,6 +54,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/Mwm \ ${PREFIX}/lib/X11/app-defaults/Mwm /usr/bin/strip ${PREFIX}/lib/libXm.so.0.1 ${PREFIX}/lib/libMrm.so.0.1 - ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} + ${LDCONFIG} || ${TRUE} .include <bsd.port.mk> diff --git a/x11/lesstif/pkg/PLIST b/x11/lesstif/pkg/PLIST index 157d2eca4d0..9ec7162d19f 100644 --- a/x11/lesstif/pkg/PLIST +++ b/x11/lesstif/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 1998/01/25 00:05:31 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.7 1998/02/02 09:00:28 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 || /usr/bin/true -@unexec ldconfig -m %D/lib || /usr/bin/true +@exec ldconfig || /usr/bin/true +@unexec ldconfig || /usr/bin/true @dirrm lib/X11/mwm @dirrm lib/X11/lesstif @dirrm include/Xm |