summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-05-27 05:18:59 +0000
committerjlam <jlam@pkgsrc.org>2003-05-27 05:18:59 +0000
commit727ad82f486ee3aa31eb7ce02c8826fbe030941d (patch)
tree5342eabbb803f5fbacf2a227a05737a9ca86e920 /lang
parenteee181338692329550e3cf941fd3f6c22c1a325e (diff)
downloadpkgsrc-727ad82f486ee3aa31eb7ce02c8826fbe030941d.tar.gz
perllocal.pod is site-specific local perl documentation and is found in
${PERL5_SITEARCH}, not ${PERL5_ARCHLIB}.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl58/PLIST4
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