diff options
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 5 |
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" |