diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-11 07:47:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-11 07:47:19 +0000 |
commit | 3ce692f6e4b16067a0a7e863508d030d83581f9f (patch) | |
tree | 47a6dbdcc213dd9bfe6db6427eca08bf36e72c0b | |
parent | 4838c304241c07af9a1458997f11f25892df147c (diff) | |
download | ports-3ce692f6e4b16067a0a7e863508d030d83581f9f.tar.gz ports-3ce692f6e4b16067a0a7e863508d030d83581f9f.zip |
Notes
-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}/ |