| Summary: | Fix pkg-plist of shells/perlsh | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Tilman Linneweh <tilman> | ||||||
| Component: | Individual Port(s) | Assignee: | Tilman Keskinoz <arved> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | tilman | ||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Responsible Changed From-To: freebsd-ports->arved I am the Orginator State Changed From-To: open->closed commited |
Bento reports errors in pkg-plist. Please take a look at this strange perl manpage dirs. I have @unexec commands in pkg-plist for them, but i am not quite sure if they should be there. In the last CVS revisions of pkg-plist there were some inconsitencies about that dirs. best regards arved Fix: PERL_CONFIGURE= yes +MAN1PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN1= psh.pod1 \ + pshdevel.pod1 MAN3= Psh::Builtins.3 \ Psh::Completion.3 \ Psh::Job.3 \