From 8d2edeed36bae74b454a06926d5e97c0979ee957 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 6 Mar 2005 12:57:06 +0000 Subject: Cosmetic change with pkglint(1). --- comms/ruby-termios/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'comms') diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile index 6b7cada19b8..1a8e9644fce 100644 --- a/comms/ruby-termios/Makefile +++ b/comms/ruby-termios/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/01/28 14:08:01 taca Exp $ +# $NetBSD: Makefile,v 1.12 2005/03/06 12:57:06 taca Exp $ # DISTNAME= ruby-termios-0.9.4 @@ -22,11 +22,11 @@ EXAMPLES= modem_check0.rb modem_check1.rb modem_check2.rb \ post-install: ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/termios .for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/$f ${RUBY_DOCDIR}/termios + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/termios .endfor ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/termios .for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/examples/$f ${RUBY_EXAMPLESDIR}/termios + ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${RUBY_EXAMPLESDIR}/termios .endfor .include "../../lang/ruby/modules.mk" -- cgit v1.2.3