diff options
author | asami <asami@FreeBSD.org> | 1995-06-24 11:42:32 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-06-24 11:42:32 +0000 |
commit | d21b71cc5a3e11bccc9aa5fe5763254cd565d9a5 (patch) | |
tree | 560e7eb8a07c987120c853aef90742f320b09b93 /x11/XFree86/pkg-plist | |
parent | 8d54bac5baa3871cb4702456e31c93aedc116bd5 (diff) | |
download | FreeBSD-ports-d21b71cc5a3e11bccc9aa5fe5763254cd565d9a5.zip FreeBSD-ports-d21b71cc5a3e11bccc9aa5fe5763254cd565d9a5.tar.gz |
Add
post-install:
pkg_add -m ${PREFIX}/lib
to Makefiles and
@exec ldconfig -m %D
to packing lists of ports that install shared libraries.
This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
Diffstat (limited to 'x11/XFree86/pkg-plist')
-rw-r--r-- | x11/XFree86/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/XFree86/pkg-plist b/x11/XFree86/pkg-plist index a97cfc1..6bee4af 100644 --- a/x11/XFree86/pkg-plist +++ b/x11/XFree86/pkg-plist @@ -374,6 +374,7 @@ lib/libXtst.so.6.0 lib/liblbxXext.a lib/liboldX.a lib/liboldX.so.6.0 +@exec ldconfig -m %B @mode 444 lib/X11/Cards lib/X11/XErrorDB |