mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
# $NetBSD: INSTALL,v 1.1.1.1 2012/04/15 01:50:08 obache Exp $
|
|
|
|
case ${STAGE} in
|
|
|
|
POST-INSTALL)
|
|
${PERL5} -I@PERL5_INSTALLVENDORLIB@ -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::ExpatXS))->save_parsers()"
|
|
${ECHO} "Added parser to XML::SAX registry."
|
|
;;
|
|
|
|
esac
|
|
|