pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Changed $f to ${f}.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64fbe20e5ba0
branches:  trunk
changeset: 494955:64fbe20e5ba0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 31 22:41:39 2005 +0000

description:
Changed $f to ${f}.

diffstat:

 chat/zephyr/Makefile     |  4 ++--
 comms/linuxsms/Makefile  |  4 ++--
 devel/adocman/Makefile   |  6 +++---
 devel/py-expect/Makefile |  4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diffs (77 lines):

diff -r f74ceab514cd -r 64fbe20e5ba0 chat/zephyr/Makefile
--- a/chat/zephyr/Makefile      Tue May 31 22:39:48 2005 +0000
+++ b/chat/zephyr/Makefile      Tue May 31 22:41:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/05/23 09:24:01 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/31 22:41:39 rillig Exp $
 #
 
 DISTNAME=      zephyr-20010518
@@ -37,7 +37,7 @@
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA_DIR} ${ZEPHYR_DOCDIR}
 .for f in ${ZEPHYR_DOCS}
-       ${INSTALL_DATA} ${WRKSRC}/$f ${ZEPHYR_DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/${f} ${ZEPHYR_DOCDIR}
 .endfor
 .undef f
 
diff -r f74ceab514cd -r 64fbe20e5ba0 comms/linuxsms/Makefile
--- a/comms/linuxsms/Makefile   Tue May 31 22:39:48 2005 +0000
+++ b/comms/linuxsms/Makefile   Tue May 31 22:41:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:07 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/31 22:42:12 rillig Exp $
 #
 
 DISTNAME=      linuxsms-0.65
@@ -19,7 +19,7 @@
        ${INSTALL_MAN} ${WRKSRC}/linuxsms.1 ${PREFIX}/man/man1
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/linuxsms
 .for f in BUGS CHANGES README README.ES TODO
-       ${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/linuxsms
+       ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/linuxsms
 .endfor
 .undef f
 
diff -r f74ceab514cd -r 64fbe20e5ba0 devel/adocman/Makefile
--- a/devel/adocman/Makefile    Tue May 31 22:39:48 2005 +0000
+++ b/devel/adocman/Makefile    Tue May 31 22:41:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:17 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/31 22:43:53 rillig Exp $
 #
 
 DISTNAME=      adocman-0.10
@@ -23,11 +23,11 @@
        ${INSTALL_SCRIPT} ${WRKSRC}/xml_export ${PREFIX}/bin
        ${INSTALL_SCRIPT_DIR} ${PERL5_SITEARCH}/Alexandria
 .for f in Client.pm Docman.pm
-       ${INSTALL_SCRIPT} ${WRKSRC}/Alexandria/$f ${PERL5_SITEARCH}/Alexandria
+       ${INSTALL_SCRIPT} ${WRKSRC}/Alexandria/${f} ${PERL5_SITEARCH}/Alexandria
 .endfor
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/adocman
 .for f in LICENSE README TODO adocman.html xml_export.html
-       ${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/html/adocman
+       ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/html/adocman
 .endfor
 .undef f
 
diff -r f74ceab514cd -r 64fbe20e5ba0 devel/py-expect/Makefile
--- a/devel/py-expect/Makefile  Tue May 31 22:39:48 2005 +0000
+++ b/devel/py-expect/Makefile  Tue May 31 22:41:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:37 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/31 22:44:23 rillig Exp $
 #
 
 DISTNAME=      ExpectPy-1.9b1
@@ -28,7 +28,7 @@
 post-install:
                ${INSTALL_DATA_DIR} ${EXAMPLESDIR}
 .for f in ${EXAMPLESFILES}
-               ${INSTALL_DATA} ${WRKSRC}/examples/$f ${EXAMPLESDIR}
+               ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${EXAMPLESDIR}
 .endfor
 
 .include "../../lang/tcl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index