diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 16:42:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 16:42:55 +0000 |
commit | 3246ebc3ca130704875cc0faca419ea671588641 (patch) | |
tree | 443222d8f53a5a1c5592070cd0d06a088ffbf387 /net/p5-Net-Google | |
parent | cbbf190e5e0d3f9bba3451679ffcd5049590b468 (diff) | |
download | ports-3246ebc3ca130704875cc0faca419ea671588641.tar.gz ports-3246ebc3ca130704875cc0faca419ea671588641.zip |
Notes
Diffstat (limited to 'net/p5-Net-Google')
-rw-r--r-- | net/p5-Net-Google/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-Google/pkg-plist | 13 |
2 files changed, 10 insertions, 8 deletions
diff --git a/net/p5-Net-Google/Makefile b/net/p5-Net-Google/Makefile index 5273b30fea58..b68467904b93 100644 --- a/net/p5-Net-Google/Makefile +++ b/net/p5-Net-Google/Makefile @@ -16,11 +16,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -MAN3= Net::Google.3 Net::Google::Cache.3 Net::Google::Response.3 \ - Net::Google::Search.3 Net::Google::Service.3 \ - Net::Google::Spelling.3 Net::Google::tool.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e 's/CPAN/ExtUtils/g' ${WRKSRC}/Makefile.PL diff --git a/net/p5-Net-Google/pkg-plist b/net/p5-Net-Google/pkg-plist index e70f8c2d88c4..bc1fd0997df1 100644 --- a/net/p5-Net-Google/pkg-plist +++ b/net/p5-Net-Google/pkg-plist @@ -1,11 +1,18 @@ +%%PERL5_MAN3%%/Net::Google.3.gz +%%PERL5_MAN3%%/Net::Google::Cache.3.gz +%%PERL5_MAN3%%/Net::Google::Response.3.gz +%%PERL5_MAN3%%/Net::Google::Search.3.gz +%%PERL5_MAN3%%/Net::Google::Service.3.gz +%%PERL5_MAN3%%/Net::Google::Spelling.3.gz +%%PERL5_MAN3%%/Net::Google::tool.3.gz %%SITE_PERL%%/Net/Google.pm -%%SITE_PERL%%/Net/Google/tool.pm %%SITE_PERL%%/Net/Google/Cache.pm %%SITE_PERL%%/Net/Google/Response.pm %%SITE_PERL%%/Net/Google/Search.pm %%SITE_PERL%%/Net/Google/Service.pm %%SITE_PERL%%/Net/Google/Services/GoogleSearch.wsdl %%SITE_PERL%%/Net/Google/Spelling.pm -@dirrm %%SITE_PERL%%/Net/Google/Services -@dirrm %%SITE_PERL%%/Net/Google +%%SITE_PERL%%/Net/Google/tool.pm +@dirrmtry %%SITE_PERL%%/Net/Google/Services +@dirrmtry %%SITE_PERL%%/Net/Google @dirrmtry %%SITE_PERL%%/Net |