summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2006-09-12 15:38:07 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2006-09-12 15:38:07 +0000
commit764c5b07cc02c69e081215182f494a609cd87c9c (patch)
tree08aa4994e44a0b0795c1a10073e143839f214cdb
parent- Fix pointyhat build by putting chewing patch to local distfiles (diff)
Fix MAN3
PR: ports/103189 Submitted by: leeym
-rw-r--r--devel/p5-POE/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile
index 6075c9f868c7..7dd30683bb0f 100644
--- a/devel/p5-POE/Makefile
+++ b/devel/p5-POE/Makefile
@@ -46,7 +46,8 @@ MAN3= POE.3 POE::API::Ctl.3 POE::API::ResLoader.3 POE::Component.3 \
POE::Resource::Events.3 POE::Resource::Extrefs.3 \
POE::Resource::FileHandles.3 POE::Resource::SIDs.3 \
POE::Resource::Sessions.3 POE::Resource::Signals.3 \
- POE::Resource::Statistics.3 POE::Session.3 POE::Wheel.3 \
+ POE::Resource::Statistics.3 POE::Resources.3 \
+ POE::Session.3 POE::Wheel.3 \
POE::Wheel::Curses.3 POE::Wheel::FollowTail.3 \
POE::Wheel::ListenAccept.3 POE::Wheel::ReadLine.3 \
POE::Wheel::ReadWrite.3 POE::Wheel::Run.3 \