pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-ncurses Stop pkglint warnings; remove trail...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11c4ab9fe21b
branches:  trunk
changeset: 507515:11c4ab9fe21b
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Feb 03 15:18:59 2006 +0000

description:
Stop pkglint warnings; remove trailing space and variable expression.

diffstat:

 devel/ruby-ncurses/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 5dd08b304eba -r 11c4ab9fe21b devel/ruby-ncurses/Makefile
--- a/devel/ruby-ncurses/Makefile       Fri Feb 03 13:55:58 2006 +0000
+++ b/devel/ruby-ncurses/Makefile       Fri Feb 03 15:18:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/02/03 04:43:47 taca Exp $
+# $NetBSD: Makefile,v 1.3 2006/02/03 15:18:59 taca Exp $
 
 DISTNAME=      ncurses-ruby-1.0
 PKGNAME=       ${DISTNAME:S/ncurses-ruby/${RUBY_PKGPREFIX}-ncurses/}
@@ -12,18 +12,18 @@
 COMMENT=       Ruby interface to ncurses
 
 USE_RUBY_EXTCONF=      yes
-USE_NCURSES=           # mouse functions 
+USE_NCURSES=           # mouse functions
 
 EXAMPLES=              example.rb hello_ncurses.rb rain.rb read_line.rb \
                        tclock.rb test_scanw.rb
 .for f in ${EXAMPLES}
-REPLACE_RUBY+=         sample/$f
+REPLACE_RUBY+=         sample/${f}
 .endfor
 
 post-install:
        ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/ncurses
 .for f in ${EXAMPLES}
-       ${INSTALL_DATA} ${WRKSRC}/examples/$f ${RUBY_EXAMPLESDIR}/ncurses
+       ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${RUBY_EXAMPLESDIR}/ncurses
 .endfor
 
 .include "../../devel/ncurses/buildlink3.mk"



Home | Main Index | Thread Index | Old Index