aboutsummaryrefslogtreecommitdiff
path: root/net/p5-POE-Component-Jabber/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-POE-Component-Jabber/Makefile')
-rw-r--r--net/p5-POE-Component-Jabber/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/net/p5-POE-Component-Jabber/Makefile b/net/p5-POE-Component-Jabber/Makefile
index 78522438ce94..327199355265 100644
--- a/net/p5-POE-Component-Jabber/Makefile
+++ b/net/p5-POE-Component-Jabber/Makefile
@@ -26,21 +26,12 @@ USE_PERL5= modbuild
CONFIGURE_ARGS= </dev/null
PORTEXAMPLES= *
-MAN3= POE::Component::Jabber.3 \
- POE::Component::Jabber::Events.3 \
- POE::Component::Jabber::J14.3 \
- POE::Component::Jabber::J2.3 \
- POE::Component::Jabber::Legacy.3 \
- POE::Component::Jabber::Protocol.3 \
- POE::Component::Jabber::ProtocolFactory.3 \
- POE::Component::Jabber::XMPP.3
-NO_STAGE= yes
post-install:
.ifndef(NOPORTEXAMPLES)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
- @${MKDIR} ${EXAMPLESDIR}/
- ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}/
.endif
.include <bsd.port.mk>