summaryrefslogtreecommitdiff
path: root/devel/ruby-curses
diff options
context:
space:
mode:
authortaca <taca>2005-03-06 12:58:04 +0000
committertaca <taca>2005-03-06 12:58:04 +0000
commit03a75082043c4474d1a608c640d7106b315bc523 (patch)
tree06ba0a6f7e3e07684e9084f69da149a9ec47dc39 /devel/ruby-curses
parentd46ad23de9594c92f1a25ecfb662c931c69f7c16 (diff)
downloadpkgsrc-03a75082043c4474d1a608c640d7106b315bc523.tar.gz
Cosmetic change with pkglint(1).
Diffstat (limited to 'devel/ruby-curses')
-rw-r--r--devel/ruby-curses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-curses/Makefile b/devel/ruby-curses/Makefile
index 3a876a7d8ad..4869ba7e8d2 100644
--- a/devel/ruby-curses/Makefile
+++ b/devel/ruby-curses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/01/23 17:33:19 taca Exp $
+# $NetBSD: Makefile,v 1.4 2005/03/06 13:00:31 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -23,7 +23,7 @@ REPLACE_RUBY= ${CURSES_EXAMPLES}
post-install:
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/curses
.for f in ${CURSES_EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/$f ${RUBY_EXAMPLESDIR}/curses
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/curses
.endfor
.include "../../lang/ruby/modules.mk"