aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-POE-Component-Client-POP3/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2013-11-05 10:54:53 +0800
committervanilla <vanilla@FreeBSD.org>2013-11-05 10:54:53 +0800
commita5ffda6162b7fef1ce686160788170697658376e (patch)
tree3aa25390a1624e7a85e0bc4e1fb2d9949400d1e0 /mail/p5-POE-Component-Client-POP3/Makefile
parent5f5887aaac5be6ae82b2db46a605904112a74fdd (diff)
downloadfreebsd-ports-gnome-a5ffda6162b7fef1ce686160788170697658376e.tar.gz
freebsd-ports-gnome-a5ffda6162b7fef1ce686160788170697658376e.tar.zst
freebsd-ports-gnome-a5ffda6162b7fef1ce686160788170697658376e.zip
Support STAGEDIR.
Diffstat (limited to 'mail/p5-POE-Component-Client-POP3/Makefile')
-rw-r--r--mail/p5-POE-Component-Client-POP3/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/p5-POE-Component-Client-POP3/Makefile b/mail/p5-POE-Component-Client-POP3/Makefile
index ad5981443f51..01f547fb3bfe 100644
--- a/mail/p5-POE-Component-Client-POP3/Makefile
+++ b/mail/p5-POE-Component-Client-POP3/Makefile
@@ -16,14 +16,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= POE::Component::Client::POP3.3
-
-NO_STAGE= yes
post-install:
.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.mk>