summaryrefslogtreecommitdiff
path: root/wm/ion3-devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-10-23 21:54:35 +0000
committerrillig <rillig@pkgsrc.org>2005-10-23 21:54:35 +0000
commitfd5dffd960760a28fb318dba77ec47e32f3b32ab (patch)
treecc7086d37f8d9e18317ce6a81d330db4a9c8f2c5 /wm/ion3-devel
parent437d44e6affcf45e96bc55aa6856fcb4f414d37e (diff)
downloadpkgsrc-fd5dffd960760a28fb318dba77ec47e32f3b32ab.tar.gz
Replaced $f with ${f} to fix some pkglint warnings.
Diffstat (limited to 'wm/ion3-devel')
-rw-r--r--wm/ion3-devel/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/wm/ion3-devel/Makefile b/wm/ion3-devel/Makefile
index 1750047e1b9..ba57006f211 100644
--- a/wm/ion3-devel/Makefile
+++ b/wm/ion3-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/09/04 05:00:36 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/10/23 21:59:59 rillig Exp $
#
DISTNAME= ion-3ds-20040906
@@ -35,9 +35,8 @@ EGFILES= cfg_bindings.lua cfg_dock.lua cfg_floatws.lua \
look_greyviolet.lua look_ios.lua \
look_simpleblue.lua look_wheat2.lua
.for f in ${EGFILES}
-CONF_FILES+= ${EGDIR}/$f ${PKG_SYSCONFDIR}/$f
+CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
-.undef f
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../lang/lua/buildlink3.mk"
@@ -48,4 +47,4 @@ CONF_FILES+= ${EGDIR}/$f ${PKG_SYSCONFDIR}/$f
# and ion3's autoconf is rather broken in the way it auto-configures
# itself for gettext. Eventually ion3 should be fixed, but right now
# it is not really possible.
-LIBS=
+LIBS= # none