pkgsrc/lang/perl5/files/install.tmpl
jlam ced1a72013 Restore perllocal.pod-generating behavior of ExtUtils::MakeMaker
because some Perl modules make some (bad) assumptions about the
structure of a MakeMaker-generated Makefile.  Instead, remove the
perllocal.pod file whenever a p5-* module or perl itself is removed.

While here, rename some of the install/deinstall templates to more
descriptive names.

Bump the PKGREVISION to 3.
2005-08-12 19:59:03 +00:00

11 lines
279 B
Cheetah

# $NetBSD: install.tmpl,v 1.2 2005/08/12 19:59:03 jlam Exp $
case ${STAGE} in
POST-INSTALL)
eval `${PERL5} -V:scriptdir`
PERL5_PACKLIST="@PERL5_PACKLIST@"
# Symlink the bits that belong to this module.
$scriptdir/perllink -f -p ${PKG_PREFIX} add ${PERL5_PACKLIST}
;;
esac