From ca6a0a0d9595d91ce49504e372526121ad6684e4 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 23 May 2005 09:03:12 +0000 Subject: Replaced $f with ${f}. --- chat/i2cbd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chat') diff --git a/chat/i2cbd/Makefile b/chat/i2cbd/Makefile index da28a3158a1..45f36e0a31c 100644 --- a/chat/i2cbd/Makefile +++ b/chat/i2cbd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:04 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/05/23 09:03:12 rillig Exp $ # DISTNAME= i2cbd-2.0_BETA1 @@ -23,7 +23,7 @@ EGDIR= ${PREFIX}/share/examples/i2cbd EGFILES= motd icbd_help icbd.deny news.1 CONF_FILES_PERMS= .for f in ${EGFILES} -CONF_FILES_PERMS+= ${EGDIR}/$f ${PKG_SYSCONFDIR}/$f \ +CONF_FILES_PERMS+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} \ ${ICBD_OWNER} ${ROOT_GROUP} 644 .endfor .undef f @@ -41,7 +41,7 @@ post-build: post-install: ${INSTALL_DATA_DIR} ${EGDIR} .for f in ${EGFILES} - ${INSTALL_DATA} ${WRKSRC}/etc/$f ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${EGDIR} .endfor .undef f ${INSTALL_SCRIPT} ${WRKDIR}/icbd.sh ${PREFIX}/etc/rc.d/icbd -- cgit v1.2.3