diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-06 17:01:50 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-06 17:01:50 +0000 |
commit | f84a6b38d17148f2f336cffb2ae406dba908ff64 (patch) | |
tree | 1decf92443bfee8bbce8f70ff44155bd29c6ca33 | |
parent | Let irb16 properly run on ruby16 and irb17 on ruby17. (diff) |
Backout the previous fix which wasn't actually needed..
Notes
Notes:
svn path=/head/; revision=42337
-rw-r--r-- | sysutils/ruby-syslog/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/ruby-syslog/Makefile b/sysutils/ruby-syslog/Makefile index 5eb981109362..3281e2305a02 100644 --- a/sysutils/ruby-syslog/Makefile +++ b/sysutils/ruby-syslog/Makefile @@ -22,9 +22,6 @@ INSTALL_TARGET= site-install post-extract: ${RM} ${WRKSRC}/depend -post-patch: - ${RUBY} -i -pe 'gsub /\bstr2cstr\b/, "rb_str2cstr"' ${WRKSRC}/*.[ch] - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_DOCDIR}/syslog/ |