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/tk80 | |
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/tk80')
-rw-r--r-- | x11/tk80/Makefile | 4 | ||||
-rw-r--r-- | x11/tk80/pkg/PLIST | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/tk80/Makefile b/x11/tk80/Makefile index c98574d0c13..1402edf99c6 100644 --- a/x11/tk80/Makefile +++ b/x11/tk80/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $NetBSD: Makefile,v 1.8 1998/02/02 08:11:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 1998/02/02 08:59:42 hubertf Exp $ # FreeBSD Id: Makefile,v 1.4 1997/10/01 09:20:31 tg Exp # @@ -54,7 +54,7 @@ MANN= bell.n bind.n bindtags.n bitmap.n button.n canvas.n \ tkerror.n tkvars.n tkwait.n toplevel.n winfo.n wm.n post-install: - ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} + ${LDCONFIG} || ${TRUE} test: cd ${WRKSRC}; make test diff --git a/x11/tk80/pkg/PLIST b/x11/tk80/pkg/PLIST index 73eca565da8..0f29987d000 100644 --- a/x11/tk80/pkg/PLIST +++ b/x11/tk80/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 1998/01/25 00:16:48 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.6 1998/02/02 09:00:30 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 || /usr/bin/true -@unexec /sbin/ldconfig -m %B || /usr/bin/true +@exec /sbin/ldconfig || /usr/bin/true +@unexec /sbin/ldconfig || /usr/bin/true @dirrm lib/tk8.0/demos/images @dirrm lib/tk8.0/demos @dirrm lib/tk8.0/images |