From 76b614adbef2ebf25ad8b880a02934431a71689d Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 23 May 2005 08:43:59 +0000 Subject: Replaced $f with ${f}. --- audio/rplay/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 0d7a990eabe..9366148a219 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2005/04/11 21:44:56 tv Exp $ +# $NetBSD: Makefile,v 1.49 2005/05/23 08:43:59 rillig Exp $ # DISTNAME= rplay-3.3.2 @@ -34,7 +34,7 @@ pre-configure: post-install: ${INSTALL_DATA_DIR} ${EGDIR} .for f in rplay.conf rplay.helpers rplay.hosts rplay.servers - ${INSTALL_DATA} ${WRKSRC}/etc/$f ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${EGDIR} .endfor .undef f -- cgit v1.2.3