previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
overflow in the MIME parsing code which is remotely exploitable via
email. The nmh port had a similar bug which was fixed in the 1.0.2 upgrade.
Because this software is apparently no longer under active development it
may be unlikely to get fixed.
Obtained from: Dan Harkless <dan-bugtraq@dilvish.speed.net> via BugTraq
(2) It is recommended to use full pathnames for ldconfig.
(3) It is recommended to check NOMANCOMPRESS before compressing
manpages (or Rod's going to scream :)
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! :)