summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2003-07-14 15:41:14 +0000
committerwiz <wiz>2003-07-14 15:41:14 +0000
commit2835ac84d21c7ab1036dce2667fb3d595e7ca096 (patch)
tree0672ba4ed4795056e2522da67833d080c52542a7
parentb3316f82f20daf73e63d1a873d8e1bc6805cbead (diff)
downloadpkgsrc-2835ac84d21c7ab1036dce2667fb3d595e7ca096.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...
-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}