diff options
Diffstat (limited to 'audio/p5-libvorbis/Makefile')
-rw-r--r-- | audio/p5-libvorbis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/p5-libvorbis/Makefile b/audio/p5-libvorbis/Makefile index 4166b7a06880..d9d4c961f48d 100644 --- a/audio/p5-libvorbis/Makefile +++ b/audio/p5-libvorbis/Makefile @@ -19,7 +19,7 @@ USES= perl5 USE_PERL5= configure post-extract: - @${RM} -rf ${WRKSRC}/blib ${WRKSRC}/pm_to_blib + @${RM} -r ${WRKSRC}/blib ${WRKSRC}/pm_to_blib post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Makefile.PL |