diff options
author | taca <taca@pkgsrc.org> | 2005-03-06 12:57:06 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-03-06 12:57:06 +0000 |
commit | 8d2edeed36bae74b454a06926d5e97c0979ee957 (patch) | |
tree | 5b5d7efa6cd791d20af946779d16f185b4204486 /comms | |
parent | ddda678338aee98d7b1f2466f4361a363309b062 (diff) | |
download | pkgsrc-8d2edeed36bae74b454a06926d5e97c0979ee957.tar.gz |
Cosmetic change with pkglint(1).
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ruby-termios/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |