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 /x11/libdnd | |
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 'x11/libdnd')
-rw-r--r-- | x11/libdnd/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libdnd/pkg-plist b/x11/libdnd/pkg-plist index 24610efe6c04..2443c985c81b 100644 --- a/x11/libdnd/pkg-plist +++ b/x11/libdnd/pkg-plist @@ -4,7 +4,8 @@ lib/libDnd.a lib/libDnd++.a lib/libDnd.so.1.0 lib/libDnd++.so.1.0 -@exec ldconfig -m %B +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R share/doc/libdnd/DND.dvi share/doc/libdnd/DNDa4.ps share/doc/libdnd/DNDletter.ps |