freebsd-ports/textproc/p5-XML-SAX-ExpatXS/pkg-install
Vanilla I. Shu 5362ac4a29 1: remove WRITE_INI_OK config from p5-XML-SAX, force to write ini now.
2: fix install/deinstall problem of p5-XML-SAX-ExpatXS, will cause md5 checksum error of p5-XML-SAX.

PR:		ports/183781
Submitted by:	Ryan Frederick <ryanrfrederick@gmail.com>
2013-11-08 17:11:58 +00:00

7 lines
133 B
Bash

#!/bin/sh
case $2 in
POST-INSTALL)
perl -MXML::SAX -e 'XML::SAX->add_parser(q(XML::SAX::ExpatXS))->save_parsers();'
;;
esac