diff options
author | rillig <rillig> | 2005-10-23 21:54:35 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-10-23 21:54:35 +0000 |
commit | 33877fa358d3a746c676c3f61294c222b706e166 (patch) | |
tree | cc7086d37f8d9e18317ce6a81d330db4a9c8f2c5 /wm/ion | |
parent | 0ff96e3d8c79b1af136cb4998e2871d1d03a9248 (diff) | |
download | pkgsrc-33877fa358d3a746c676c3f61294c222b706e166.tar.gz |
Replaced $f with ${f} to fix some pkglint warnings.
Diffstat (limited to 'wm/ion')
-rw-r--r-- | wm/ion/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/ion/Makefile b/wm/ion/Makefile index 4916d3bcc77..ac55cc97191 100644 --- a/wm/ion/Makefile +++ b/wm/ion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/09/04 05:00:36 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2005/10/23 21:57:22 rillig Exp $ # DISTNAME= ion-2-20040729 @@ -30,9 +30,8 @@ EGFILES= floatws.lua ion-bindings.lua ion-menus.lua \ query.lua draw.lua pwm.lua pwm-bindings.lua \ pwm-menus.lua dock.lua dock-draw.lua .for f in ${EGFILES} -CONF_FILES+= ${EGDIR}/$f ${PKG_SYSCONFDIR}/$f +CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor -.undef f INSTALLATION_DIRS= bin lib/ion libexec/ion man/man1 INSTALLATION_DIRS+= share/doc/ion share/examples/ion share/ion |