diff options
author | taca <taca@pkgsrc.org> | 2006-02-03 15:18:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-02-03 15:18:59 +0000 |
commit | d9f49a96c66e3a58b0baf1a68cb50497a79785c2 (patch) | |
tree | 55799642dd5fb0658c1da66a62515c627df56b2a /devel/ruby-ncurses | |
parent | 6c104f17f9d13027c87863affd575f7e264e4f67 (diff) | |
download | pkgsrc-d9f49a96c66e3a58b0baf1a68cb50497a79785c2.tar.gz |
Stop pkglint warnings; remove trailing space and variable expression.
Diffstat (limited to 'devel/ruby-ncurses')
-rw-r--r-- | devel/ruby-ncurses/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ruby-ncurses/Makefile b/devel/ruby-ncurses/Makefile index 8e6cf291aba..1a1dc2524df 100644 --- a/devel/ruby-ncurses/Makefile +++ b/devel/ruby-ncurses/Makefile @@ -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 @@ HOMEPAGE= http://ncurses-ruby.berlios.de/ 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" |