diff options
author | will <will@FreeBSD.org> | 2000-05-19 18:21:55 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-19 18:21:55 +0000 |
commit | f82d50c4a8d37d2422ff583f70507318703c1601 (patch) | |
tree | 8168898f61785066aee42bafd2056f66d6c1a40d /x11-toolkits | |
parent | c74d071dc6b3872388aa0c708e8afd25a166288d (diff) | |
download | FreeBSD-ports-f82d50c4a8d37d2422ff583f70507318703c1601.zip FreeBSD-ports-f82d50c4a8d37d2422ff583f70507318703c1601.tar.gz |
Whoops, I forgot to add the ldconfig stuff. IMO, this should be standard
in bsd.port.mk so it doesn't have to be in 1000 (or whatever) ports..
Submitted by: Scott Blachowicz <scott@sabmail.rresearch.com>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/kde-qt-addon/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/kde-qt-addon/pkg-plist b/x11-toolkits/kde-qt-addon/pkg-plist index 7f2dc34..a3409e4 100644 --- a/x11-toolkits/kde-qt-addon/pkg-plist +++ b/x11-toolkits/kde-qt-addon/pkg-plist @@ -5,3 +5,5 @@ include/qcanvas.h include/qdom.h include/qpolygonscanner.h include/qxml.h +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R |