1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Of course ruby should be used here to do this instead of perl. :)

This commit is contained in:
Akinori MUSHA 2002-11-02 16:37:26 +00:00
parent 0f22b1b74a
commit d76e495cef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69299

View File

@ -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}