summaryrefslogtreecommitdiff
path: root/audio/rplay/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-23 08:43:59 +0000
committerrillig <rillig>2005-05-23 08:43:59 +0000
commite761636804c4e5b905fd55f00c7d04eefbf334a3 (patch)
treed10a7b657ac5dcd8bcaedd5a540edf0efa3d62a1 /audio/rplay/Makefile
parent99b032dc2e557ae77904a0c7d995f0057be6eece (diff)
downloadpkgsrc-e761636804c4e5b905fd55f00c7d04eefbf334a3.tar.gz
Replaced $f with ${f}.
Diffstat (limited to 'audio/rplay/Makefile')
-rw-r--r--audio/rplay/Makefile4
1 files changed, 2 insertions, 2 deletions
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