diff options
-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/ |