From a0b8887e2d28d69178ff83431a09daedf37d2c32 Mon Sep 17 00:00:00 2001 From: edwin Date: Tue, 14 Dec 2004 04:54:37 +0000 Subject: Make portlint happier. They are not the patches from the submitter, but one which overcome knu@s objections about the original ones and discussed in ports/69037. PR: ports/69027 ports/69028 ports/69029 ports/69030 ports/69031 ports/69032 ports/69033 ports/69034 ports/69035 ports/69036 ports/69037 Submitted by: Wesley Shields --- comms/ruby-termios/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'comms') diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile index 503e814..7711833 100644 --- a/comms/ruby-termios/Makefile +++ b/comms/ruby-termios/Makefile @@ -28,14 +28,14 @@ DOCS= ChangeLog README \ ${RUBY_RD_FILES} \ ${RUBY_RD_HTML_FILES} +.include + post-patch: ${RUBY} -i -pe 'gsub(/ttyS\d/, "cuaa0")' ${WRKSRC}/examples/*.rb ${RUBY} -i -pe 'gsub(/\.c_/, ".")' ${WRKSRC}/examples/*.rb post-install: doc-install -.include - doc-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} @@ -45,3 +45,5 @@ doc-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif + +.include -- cgit v1.1