mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
d530b271d9
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! :)
15 lines
266 B
Plaintext
15 lines
266 B
Plaintext
@cwd /usr/local
|
|
bin/sci
|
|
bin/scc
|
|
bin/sccomp
|
|
bin/scixl
|
|
man/man1/sci.1.gz
|
|
man/man1/scc.1.gz
|
|
lib/schemetoc
|
|
lib/libsc.so.1.0
|
|
lib/libscxl.so.1.0
|
|
@exec ldconfig -m %B
|
|
@exec ranlib lib/schemetoc/libsc.a
|
|
@exec ranlib lib/schemetoc/libsc_p.a
|
|
@exec ranlib lib/schemetoc/scxl.a
|