summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/p5-Dancer-Plugin-Redis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-Dancer-Plugin-Redis/Makefile b/databases/p5-Dancer-Plugin-Redis/Makefile
index abab2c558c96..240a3a668460 100644
--- a/databases/p5-Dancer-Plugin-Redis/Makefile
+++ b/databases/p5-Dancer-Plugin-Redis/Makefile
@@ -29,7 +29,7 @@ PERL_CONFIGURE= yes
MAN3= Dancer::Plugin::Redis.3
post-patch:
- @${REINPLACE_CMD} -i'' -e \
+ @${REINPLACE_CMD} -i '' -e \
's/_check_connection($$handle->{dbh})/$$handle->{dbh}->ping/' \
${WRKSRC}/lib/Dancer/Plugin/Redis.pm