pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/ruby-termios Cosmetic change with pkglint(1).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9a7c4496357
branches:  trunk
changeset: 490235:f9a7c4496357
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 06 12:57:06 2005 +0000

description:
Cosmetic change with pkglint(1).

diffstat:

 comms/ruby-termios/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 501de475091c -r f9a7c4496357 comms/ruby-termios/Makefile
--- a/comms/ruby-termios/Makefile       Sun Mar 06 12:48:09 2005 +0000
+++ b/comms/ruby-termios/Makefile       Sun Mar 06 12:57:06 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index