diff options
| -rw-r--r-- | devel/ruby-mock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-mock/Makefile b/devel/ruby-mock/Makefile index d83b4919623c..4bfe9dc72d36 100644 --- a/devel/ruby-mock/Makefile +++ b/devel/ruby-mock/Makefile @@ -22,7 +22,7 @@ USE_RUBY_FEATURES= runit NO_BUILD= yes post-patch: - ${RUBY} -i -pe 'sub %q{\.\./mock}, "mock"' ${WRKSRC}/demo/* + ${RUBY} -i -pe 'sub %r{\.\./mock}, "mock"' ${WRKSRC}/demo/* do-install: ${INSTALL_DATA} ${WRKSRC}/mock.rb ${RUBY_SITELIBDIR}/ |
