pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gnome-vfs2 Replaced $f with ${f} to emphasize...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05ace4ae98c9
branches:  trunk
changeset: 494294:05ace4ae98c9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 22 21:43:22 2005 +0000

description:
Replaced $f with ${f} to emphasize a Makefile variable is meant, not a
shell variable.

diffstat:

 sysutils/gnome-vfs2/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f8b6d47b1643 -r 05ace4ae98c9 sysutils/gnome-vfs2/Makefile.common
--- a/sysutils/gnome-vfs2/Makefile.common       Sun May 22 21:08:33 2005 +0000
+++ b/sysutils/gnome-vfs2/Makefile.common       Sun May 22 21:43:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2005/05/22 20:08:32 jlam Exp $
+# $NetBSD: Makefile.common,v 1.18 2005/05/22 21:43:22 rillig Exp $
 #
 
 DISTNAME=              gnome-vfs-2.10.1
@@ -40,7 +40,7 @@
 
 EGDIR=                 ${PREFIX}/share/examples/gnome-vfs-2.0
 .for f in ${EGFILES}
-CONF_FILES+=           ${EGDIR}/$f ${PKG_SYSCONFDIR}/$f
+CONF_FILES+=           ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
 .endfor
 .undef f
 



Home | Main Index | Thread Index | Old Index