summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
Diffstat (limited to 'comms')
-rw-r--r--comms/ruby-termios/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile
index 6b7cada19b8..1a8e9644fce 100644
--- a/comms/ruby-termios/Makefile
+++ b/comms/ruby-termios/Makefile
@@ -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 @@ EXAMPLES= modem_check0.rb modem_check1.rb modem_check2.rb \
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"