freebsd-ports/devel/libmalloc/pkg-plist
Satoshi Asami d530b271d9 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! :)
1995-06-24 11:42:32 +00:00

8 lines
149 B
Text

@cd /usr/local
lib/libmalloc.a
@exec ranlib %D/%F
lib/libmalloc_d.a
@exec ranlib %D/%F
include/malloc.h
lib/libmalloc_d.so.1.13
@exec ldconfig -m %B