diff options
author | jlam <jlam> | 2003-05-27 05:18:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-05-27 05:18:59 +0000 |
commit | 15998c3815149da47e7fb0b75cbc786e97ed2ca1 (patch) | |
tree | 5342eabbb803f5fbacf2a227a05737a9ca86e920 /lang/perl58/PLIST | |
parent | ae6ae98178c71624ed35f483a4d3c194b5eb756e (diff) | |
download | pkgsrc-15998c3815149da47e7fb0b75cbc786e97ed2ca1.tar.gz |
perllocal.pod is site-specific local perl documentation and is found in
${PERL5_SITEARCH}, not ${PERL5_ARCHLIB}.
Diffstat (limited to 'lang/perl58/PLIST')
-rw-r--r-- | lang/perl58/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl58/PLIST b/lang/perl58/PLIST index 03a96fb82dc..2314096d889 100644 --- a/lang/perl58/PLIST +++ b/lang/perl58/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2002/12/19 15:48:42 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/05/27 05:18:59 jlam Exp $ man/man1/psed.1 man/man1/pstruct.1 share/mk/bsd.perl.mk -@unexec ${RM} -f %D/${PERL5_ARCHLIB}/perllocal.pod +@unexec ${RM} -f %D/${PERL5_SITEARCH}/perllocal.pod |