pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/icecast s/FILES/EGFILES/ for clarity, and undefi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fd8fb3706d0
branches:  trunk
changeset: 462334:9fd8fb3706d0
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Sep 30 14:43:52 2003 +0000

description:
s/FILES/EGFILES/ for clarity, and undefine the iteration variable after the
loop has finished.

diffstat:

 audio/icecast/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 03d9ed1a401d -r 9fd8fb3706d0 audio/icecast/Makefile
--- a/audio/icecast/Makefile    Tue Sep 30 14:34:35 2003 +0000
+++ b/audio/icecast/Makefile    Tue Sep 30 14:43:52 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/09/30 10:30:33 xtraeme Exp $
+# $NetBSD: Makefile,v 1.13 2003/09/30 14:43:52 jmmv Exp $
 #
 
 DISTNAME=      icecast-1.3.12
@@ -29,11 +29,12 @@
 PTHREAD_OPTS+=         native
 
 EGDIR=                 ${PREFIX}/share/examples/icecast
-FILES=                 groups.aut mounts.aut users.aut icecast.conf
+EGFILES=               groups.aut mounts.aut users.aut icecast.conf
 
-.for F in ${FILES}
-CONF_FILES+=           ${EGDIR}/${F}.dist ${PKG_SYSCONFDIR}/${F}
+.for f in ${EGFILES}
+CONF_FILES+=           ${EGDIR}/${f}.dist ${PKG_SYSCONFDIR}/${f}
 .endfor
+.undef f
                        
 .include "../../devel/readline/buildlink2.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index