diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-05 10:54:53 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-05 10:54:53 +0800 |
commit | a5ffda6162b7fef1ce686160788170697658376e (patch) | |
tree | 3aa25390a1624e7a85e0bc4e1fb2d9949400d1e0 /mail/p5-POE-Component-Client-POP3 | |
parent | 5f5887aaac5be6ae82b2db46a605904112a74fdd (diff) | |
download | freebsd-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')
-rw-r--r-- | mail/p5-POE-Component-Client-POP3/Makefile | 7 | ||||
-rw-r--r-- | mail/p5-POE-Component-Client-POP3/pkg-plist | 13 |
2 files changed, 9 insertions, 11 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> diff --git a/mail/p5-POE-Component-Client-POP3/pkg-plist b/mail/p5-POE-Component-Client-POP3/pkg-plist index faf9a10abe11..98d9c66d9321 100644 --- a/mail/p5-POE-Component-Client-POP3/pkg-plist +++ b/mail/p5-POE-Component-Client-POP3/pkg-plist @@ -1,12 +1,13 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3/.packlist +%%PERL5_MAN3%%/POE::Component::Client::POP3.3.gz %%SITE_PERL%%/POE/Component/Client/POP3.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/test.perl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3/.packlist %%PORTDOCS%%%%EXAMPLESDIR%%/term.perl +%%PORTDOCS%%%%EXAMPLESDIR%%/test.perl %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3 -@dirrmtry %%SITE_PERL%%/POE/Component/Client +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client -@dirrmtry %%SITE_PERL%%/POE/Component @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component -@dirrmtry %%SITE_PERL%%/POE @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE +@dirrmtry %%SITE_PERL%%/POE/Component/Client +@dirrmtry %%SITE_PERL%%/POE/Component +@dirrmtry %%SITE_PERL%%/POE |