diff options
Diffstat (limited to 'www/p5-HTTP-Server-Simple-PSGI/Makefile')
-rw-r--r-- | www/p5-HTTP-Server-Simple-PSGI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTTP-Server-Simple-PSGI/Makefile b/www/p5-HTTP-Server-Simple-PSGI/Makefile index 384261fe9c06..f1db507aab6a 100644 --- a/www/p5-HTTP-Server-Simple-PSGI/Makefile +++ b/www/p5-HTTP-Server-Simple-PSGI/Makefile @@ -23,6 +23,6 @@ USES= perl5 post-patch: # Remove bundle Plack::Handler::HTTP::Server::Simple - @${RM} -fr ${WRKSRC}/lib/Plack/ + @${RM} -r ${WRKSRC}/lib/Plack/ .include <bsd.port.mk> |