diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-02 16:37:26 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-02 16:37:26 +0000 |
commit | d76e495ceff5685028f294745c8cbc32275dbe81 (patch) | |
tree | a294c5272e2c68a33fad8853938d753255cb6956 /devel/ruby-property | |
parent | 0f22b1b74a6549e4539a2a8e1ce0951d01412eff (diff) | |
download | ports-d76e495ceff5685028f294745c8cbc32275dbe81.tar.gz ports-d76e495ceff5685028f294745c8cbc32275dbe81.zip |
Notes
Diffstat (limited to 'devel/ruby-property')
-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} |