pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/i2cbd Replaced $f with ${f}.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbfe86f9757a
branches:  trunk
changeset: 494352:cbfe86f9757a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 23 09:03:12 2005 +0000

description:
Replaced $f with ${f}.

diffstat:

 chat/i2cbd/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7a2077e4c493 -r cbfe86f9757a chat/i2cbd/Makefile
--- a/chat/i2cbd/Makefile       Mon May 23 09:01:45 2005 +0000
+++ b/chat/i2cbd/Makefile       Mon May 23 09:03:12 2005 +0000
@@ -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 @@
 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-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



Home | Main Index | Thread Index | Old Index