diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-03 07:46:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-03 07:46:27 +0000 |
commit | 00afe0823b9606d6b31125eb813c00c09e537fed (patch) | |
tree | ba8ca524ba7a11b602fa06d9b2f833679f8c4873 /dns/p5-POE-Component-Server-DNS | |
parent | 2bf8c2e6f0a695ad1d8cb2260e0bda0597634f58 (diff) | |
download | freebsd-ports-00afe0823b9606d6b31125eb813c00c09e537fed.zip |
Support STAGEDIR.
Diffstat (limited to 'dns/p5-POE-Component-Server-DNS')
-rw-r--r-- | dns/p5-POE-Component-Server-DNS/Makefile | 3 | ||||
-rw-r--r-- | dns/p5-POE-Component-Server-DNS/pkg-plist | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/dns/p5-POE-Component-Server-DNS/Makefile b/dns/p5-POE-Component-Server-DNS/Makefile index a46460a06031..0bbe9fdd38d2 100644 --- a/dns/p5-POE-Component-Server-DNS/Makefile +++ b/dns/p5-POE-Component-Server-DNS/Makefile @@ -21,7 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= POE::Component::Server::DNS.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/dns/p5-POE-Component-Server-DNS/pkg-plist b/dns/p5-POE-Component-Server-DNS/pkg-plist index 6887dd29f31b..d105ed2d8c74 100644 --- a/dns/p5-POE-Component-Server-DNS/pkg-plist +++ b/dns/p5-POE-Component-Server-DNS/pkg-plist @@ -1,6 +1,7 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/DNS/.packlist +%%PERL5_MAN3%%/POE::Component::Server::DNS.3.gz %%SITE_PERL%%/POE/Component/Server/DNS.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/DNS +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/DNS/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/DNS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE |