diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-11-02 01:10:23 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-11-02 01:10:23 +0000 |
commit | a4c5bb24785b3ac91059b4f7e2b8bcbdff0e66dd (patch) | |
tree | 1739bef13b8528eb71dc45e9a70d780c40a83067 /databases | |
parent | Backlogs is a Redmine plugin that's designed to do just enough so your team (diff) |
- fix pkg-plist
Notes
Notes:
svn path=/head/; revision=284890
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Dancer-Plugin-Redis/Makefile | 2 |
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 |