diff options
-rw-r--r-- | devel/ruby-property/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-property/Makefile b/devel/ruby-property/Makefile index f0a4ab282629..21b70af7f4cf 100644 --- a/devel/ruby-property/Makefile +++ b/devel/ruby-property/Makefile @@ -23,7 +23,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} post-patch: - ${PERL} -i -pe 's|rubyapi.css|../rubyapi.css|g' ${WRKSRC}/Properties-ja.html + ${RUBY} -i -pe 'gsub /rubyapi\.css/, "../rubyapi.css"' ${WRKSRC}/Properties-ja.html do-install: ${INSTALL_DATA} ${WRKSRC}/property.rb ${RUBY_SITELIBDIR} |