summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrillig <rillig>2005-10-23 21:54:35 +0000
committerrillig <rillig>2005-10-23 21:54:35 +0000
commit1b2715c362957597eb4228c5a63601c595a1e9d8 (patch)
treecc7086d37f8d9e18317ce6a81d330db4a9c8f2c5 /x11
parentd4ec74097274929ca55a3f5dc517fed183c22aad (diff)
downloadpkgsrc-1b2715c362957597eb4228c5a63601c595a1e9d8.tar.gz
Replaced $f with ${f} to fix some pkglint warnings.
Diffstat (limited to 'x11')
-rw-r--r--x11/wdm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index a4a852207f0..5e23e9fafe4 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/09/22 21:33:45 jmmv Exp $
+# $NetBSD: Makefile,v 1.24 2005/10/23 22:01:26 rillig Exp $
DISTNAME= wdm-1.25
PKGREVISION= 6
@@ -41,9 +41,8 @@ CONF_FILES=
Xresources Xservers Xservers.fs Xservers.ws Xsession \
Xsession.XFree86 Xsession.orig Xsetup_0 wdm-config \
wdm-config.in wdmReconfig
-CONF_FILES+= ${PREFIX}/share/examples/wdm/$f ${PKG_SYSCONFDIR}/$f
+CONF_FILES+= ${PREFIX}/share/examples/wdm/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
-.undef f
.include "../../mk/bsd.prefs.mk"