aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2011-11-02 01:10:23 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2011-11-02 01:10:23 +0000
commita4c5bb24785b3ac91059b4f7e2b8bcbdff0e66dd (patch)
tree1739bef13b8528eb71dc45e9a70d780c40a83067 /databases
parentd34b69ba4e578568759b457f4b4364c16b16577b (diff)
downloadports-a4c5bb24785b3ac91059b4f7e2b8bcbdff0e66dd.tar.gz
ports-a4c5bb24785b3ac91059b4f7e2b8bcbdff0e66dd.zip
Notes
Diffstat (limited to 'databases')
-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