summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-07-14 15:41:14 +0000
committerwiz <wiz@pkgsrc.org>2003-07-14 15:41:14 +0000
commit5e61a3be08eab0401422ba76a9a7bb20193b14fe (patch)
tree0672ba4ed4795056e2522da67833d080c52542a7 /lang
parentbe4f969e9af71748f2cb5d5e346ecb5262e9c4fc (diff)
downloadpkgsrc-5e61a3be08eab0401422ba76a9a7bb20193b14fe.tar.gz
Fix path of two man pages from man/man1/* to share/man/man1/* so that
the PLIST is correct. XXX: these, and the other man pages perl installs, should of course go into man/man* instead...
Diffstat (limited to 'lang')
-rw-r--r--lang/perl58/PLIST7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/perl58/PLIST b/lang/perl58/PLIST
index 0a6aeb8e5ab..9375aa8800c 100644
--- a/lang/perl58/PLIST
+++ b/lang/perl58/PLIST
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2003/05/27 21:57:26 jlam Exp $
-man/man1/psed.1
-man/man1/pstruct.1
+@comment $NetBSD: PLIST,v 1.5 2003/07/14 15:41:14 wiz Exp $
+share/man/man1/psed.1
+share/man/man1/pstruct.1
share/mk/bsd.perl.mk
@unexec ${RM} -f %D/${PERL5_SITEARCH}/perllocal.pod
@unexec ${RMDIR} -p %D/${PERL5_SITEARCH} 2>/dev/null || ${TRUE}
@unexec ${RMDIR} -p %D/${PERL5_SITEPERL}/man/man3 2>/dev/null || ${TRUE}
@unexec ${RMDIR} -p %D/${PERL5_SITEPERL}/man 2>/dev/null || ${TRUE}
@unexec ${RMDIR} -p %D/${PERL5_SITEPERL} 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/man 2>/dev/null || ${TRUE}