diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-24 11:42:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-24 11:42:32 +0000 |
commit | d530b271d96cde879c3eb6ed8d1f6e86dee25919 (patch) | |
tree | 0f3bfcde4180f0885c812fc77254f8b7feaded8f /devel/libmalloc/pkg-plist | |
parent | Add a "checkpatch" target that does a "patch -C" instead of a "patch". (diff) |
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 'devel/libmalloc/pkg-plist')
-rw-r--r-- | devel/libmalloc/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libmalloc/pkg-plist b/devel/libmalloc/pkg-plist index 907518ae38f9..ebf07208a6d9 100644 --- a/devel/libmalloc/pkg-plist +++ b/devel/libmalloc/pkg-plist @@ -5,3 +5,4 @@ lib/libmalloc_d.a @exec ranlib %D/%F include/malloc.h lib/libmalloc_d.so.1.13 +@exec ldconfig -m %B |