pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/rplay Replaced $f with ${f}.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cd8c8eb054d4
branches: trunk
changeset: 494341:cd8c8eb054d4
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon May 23 08:43:59 2005 +0000
description:
Replaced $f with ${f}.
diffstat:
audio/rplay/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 311de6be982a -r cd8c8eb054d4 audio/rplay/Makefile
--- a/audio/rplay/Makefile Mon May 23 08:42:39 2005 +0000
+++ b/audio/rplay/Makefile Mon May 23 08:43:59 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index