diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-05 13:18:48 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-05 13:18:48 +0000 |
commit | 944910bb306d785f90ff41d264d5e85e52915297 (patch) | |
tree | 9c0760a07b327438d69a0d8c34405c28d8fffd10 /lang/tcl80 | |
parent | Bring in latest official patches. Use `-pthread' to avoid linking with (diff) |
Execute `ldconfig -R' at the pkg_delete step.
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
Notes
Notes:
svn path=/head/; revision=10860
Diffstat (limited to 'lang/tcl80')
-rw-r--r-- | lang/tcl80/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/tcl80/pkg-plist b/lang/tcl80/pkg-plist index f0cda920e537..a3d4b01080ca 100644 --- a/lang/tcl80/pkg-plist +++ b/lang/tcl80/pkg-plist @@ -2,6 +2,7 @@ bin/tclsh8.0 lib/libtcl80.a lib/libtcl80.so.1.2 @exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R include/tcl8.0/tcl.h include/tcl8.0/unix/tclUnixPort.h include/tcl8.0/generic/tcl.h |