diff options
author | hubertf <hubertf> | 1998-02-02 08:58:13 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-02 08:58:13 +0000 |
commit | ee5ce3a1455724592e6e44eebe28d3a835c6a2bc (patch) | |
tree | 6c793edd466777e3ccc6ce4ab38a352948e15200 /lang/tcl80/pkg | |
parent | af74124703ca24bc70d8c6eb5bd0e2c9a7e2f710 (diff) | |
download | pkgsrc-ee5ce3a1455724592e6e44eebe28d3a835c6a2bc.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 'lang/tcl80/pkg')
-rw-r--r-- | lang/tcl80/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tcl80/pkg/PLIST b/lang/tcl80/pkg/PLIST index 6d319aeba31..4ecdfc5d19a 100644 --- a/lang/tcl80/pkg/PLIST +++ b/lang/tcl80/pkg/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 1998/01/24 20:26:42 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.6 1998/02/02 09:00:21 hubertf Exp $ bin/tclsh8.0 lib/libtcl80.a lib/libtcl80.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 include/tcl8.0/tcl.h include/tcl8.0/unix/tclUnixPort.h include/tcl8.0/generic/tcl.h |