diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-01 02:28:24 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-01 02:28:24 +0000 |
commit | b668a6371bccad0b391b066cc84e5ff787ba4b96 (patch) | |
tree | 3b1241671f4a524dc661975e7d4497c44ed10c61 /audio/p5-libvorbis | |
parent | 28b01ce5d8763c5ce8bd30e0b45d26c9135d67d8 (diff) |
Notes
Diffstat (limited to 'audio/p5-libvorbis')
-rw-r--r-- | audio/p5-libvorbis/Makefile | 3 | ||||
-rw-r--r-- | audio/p5-libvorbis/pkg-plist | 9 |
2 files changed, 5 insertions, 7 deletions
diff --git a/audio/p5-libvorbis/Makefile b/audio/p5-libvorbis/Makefile index 8abfbe863957..f4a911654ae0 100644 --- a/audio/p5-libvorbis/Makefile +++ b/audio/p5-libvorbis/Makefile @@ -17,11 +17,8 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis USES= perl5 -NO_STAGE= yes USE_PERL5= configure -MAN3= Ogg::Vorbis.3 - post-extract: @${RM} -rf ${WRKSRC}/blib ${WRKSRC}/pm_to_blib diff --git a/audio/p5-libvorbis/pkg-plist b/audio/p5-libvorbis/pkg-plist index cd888ba6e4f7..85bb39f81a7e 100644 --- a/audio/p5-libvorbis/pkg-plist +++ b/audio/p5-libvorbis/pkg-plist @@ -1,8 +1,9 @@ +%%PERL5_MAN3%%/Ogg::Vorbis.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Ogg/Vorbis.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Ogg/Vorbis/Vorbis.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Ogg/Vorbis/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Ogg/Vorbis/Vorbis.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Ogg/Vorbis/Vorbis.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Ogg/Vorbis/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Ogg/Vorbis/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Ogg @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Ogg/Vorbis -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Ogg +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Ogg +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Ogg |