summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-22 21:43:22 +0000
committerrillig <rillig>2005-05-22 21:43:22 +0000
commiteb5c6e2394dc588edae7b5b3600e3f5f0b173ec9 (patch)
treee151ed2e908f9931cd552331ceb36ee25e7b8e01 /sysutils
parente01b824c45aa59fadf0dd64be8a27bdbf656895c (diff)
downloadpkgsrc-eb5c6e2394dc588edae7b5b3600e3f5f0b173ec9.tar.gz
Replaced $f with ${f} to emphasize a Makefile variable is meant, not a
shell variable.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-vfs2/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common
index 9f022d7a429..99c47bc2aab 100644
--- a/sysutils/gnome-vfs2/Makefile.common
+++ b/sysutils/gnome-vfs2/Makefile.common
@@ -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 @@ PKG_SYSCONFSUBDIR= gnome-vfs-2.0
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