mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
# $NetBSD: INSTALL,v 1.1 2007/06/13 23:17:31 heinz Exp $
|
|
|
|
case ${STAGE} in
|
|
|
|
POST-INSTALL)
|
|
${PERL5} -I@PERL5_INSTALLVENDORLIB@ -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
|
|
${ECHO} "Added parser to XML::SAX registry."
|
|
;;
|
|
|
|
esac
|
|
|