diff options
author | clsung <clsung@FreeBSD.org> | 2011-11-02 09:10:23 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2011-11-02 09:10:23 +0800 |
commit | 4f684abafc3e6236f06dc8240319533360e6075d (patch) | |
tree | cdde593dc35a455ca84a4567fe8bfab4342017a9 | |
parent | 85b2a204f1eb6368c253d578621d4334e42e836b (diff) | |
download | freebsd-ports-gnome-4f684abafc3e6236f06dc8240319533360e6075d.tar.gz freebsd-ports-gnome-4f684abafc3e6236f06dc8240319533360e6075d.tar.zst freebsd-ports-gnome-4f684abafc3e6236f06dc8240319533360e6075d.zip |
- fix pkg-plist
-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 |