summaryrefslogtreecommitdiff
path: root/devel/ruby-ncurses/Makefile
diff options
context:
space:
mode:
authortaca <taca>2006-02-03 15:18:59 +0000
committertaca <taca>2006-02-03 15:18:59 +0000
commit08d28a40f1edff581202de95072eeaa2ba5b38e3 (patch)
tree55799642dd5fb0658c1da66a62515c627df56b2a /devel/ruby-ncurses/Makefile
parent607a337d132418accb14c7d3608634ff249fa2ca (diff)
downloadpkgsrc-08d28a40f1edff581202de95072eeaa2ba5b38e3.tar.gz
Stop pkglint warnings; remove trailing space and variable expression.
Diffstat (limited to 'devel/ruby-ncurses/Makefile')
-rw-r--r--devel/ruby-ncurses/Makefile8
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"