diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
commit | fb2d5da4ebc1084c623330fb16bdcba15bb94569 (patch) | |
tree | 36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-WWW-Google-SiteMap | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) |
Notes
Diffstat (limited to 'textproc/p5-WWW-Google-SiteMap')
-rw-r--r-- | textproc/p5-WWW-Google-SiteMap/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-WWW-Google-SiteMap/pkg-plist | 13 |
2 files changed, 9 insertions, 11 deletions
diff --git a/textproc/p5-WWW-Google-SiteMap/Makefile b/textproc/p5-WWW-Google-SiteMap/Makefile index c9f7c71d7648..ae0e61f3aca2 100644 --- a/textproc/p5-WWW-Google-SiteMap/Makefile +++ b/textproc/p5-WWW-Google-SiteMap/Makefile @@ -21,11 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= WWW::Google::SiteMap.3 \ - WWW::Google::SiteMap::Index.3 \ - WWW::Google::SiteMap::Ping.3 \ - WWW::Google::SiteMap::Robot.3 \ - WWW::Google::SiteMap::URL.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-WWW-Google-SiteMap/pkg-plist b/textproc/p5-WWW-Google-SiteMap/pkg-plist index 6de98c7b5e91..9b1925ff1c6b 100644 --- a/textproc/p5-WWW-Google-SiteMap/pkg-plist +++ b/textproc/p5-WWW-Google-SiteMap/pkg-plist @@ -1,12 +1,17 @@ +%%PERL5_MAN3%%/WWW::Google::SiteMap.3.gz +%%PERL5_MAN3%%/WWW::Google::SiteMap::Index.3.gz +%%PERL5_MAN3%%/WWW::Google::SiteMap::Ping.3.gz +%%PERL5_MAN3%%/WWW::Google::SiteMap::Robot.3.gz +%%PERL5_MAN3%%/WWW::Google::SiteMap::URL.3.gz %%SITE_PERL%%/WWW/Google/SiteMap.pm %%SITE_PERL%%/WWW/Google/SiteMap/Index.pm %%SITE_PERL%%/WWW/Google/SiteMap/Ping.pm %%SITE_PERL%%/WWW/Google/SiteMap/Robot.pm %%SITE_PERL%%/WWW/Google/SiteMap/URL.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google/SiteMap/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google/SiteMap -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google/SiteMap +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW -@dirrm %%SITE_PERL%%/WWW/Google/SiteMap -@dirrm %%SITE_PERL%%/WWW/Google +@dirrmtry %%SITE_PERL%%/WWW/Google/SiteMap +@dirrmtry %%SITE_PERL%%/WWW/Google @dirrmtry %%SITE_PERL%%/WWW |