summaryrefslogtreecommitdiff
path: root/lang/perl5/files/install_link.tmpl
blob: ad196d32d2ee0dca36e2847da4fa2e79c90b79c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: install_link.tmpl,v 1.1 2005/08/06 06:18:45 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