pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Replaced $f with ${f} to fix a pkglint warning.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/081d8247220f
branches:  trunk
changeset: 501558:081d8247220f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 23 21:45:57 2005 +0000

description:
Replaced $f with ${f} to fix a pkglint warning.

diffstat:

 net/freenet-tools/Makefile |  4 ++--
 net/socks5/Makefile        |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r aace2d01025b -r 081d8247220f net/freenet-tools/Makefile
--- a/net/freenet-tools/Makefile        Sun Oct 23 21:45:16 2005 +0000
+++ b/net/freenet-tools/Makefile        Sun Oct 23 21:45:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:25 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/10/23 21:45:57 rillig Exp $
 #
 
 DISTNAME=              ft-0.2.23
@@ -22,7 +22,7 @@
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/ft ${PREFIX}/bin/ft
 .for f in fcpchk fcpget fcpgetsite fcphello fcpinv fcpkey fcpput fcpputsite
-       ${LN} -s -f ft ${PREFIX}/bin/$f
+       ${LN} -s -f ft ${PREFIX}/bin/${f}
 .endfor
 
 .include "../../mk/bsd.pkg.mk"
diff -r aace2d01025b -r 081d8247220f net/socks5/Makefile
--- a/net/socks5/Makefile       Sun Oct 23 21:45:16 2005 +0000
+++ b/net/socks5/Makefile       Sun Oct 23 21:45:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/10/13 13:22:46 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2005/10/23 21:49:01 rillig Exp $
 
 DISTNAME=      socks5-v1_0r2
 PKGNAME=       socks5-1.0.2
@@ -51,7 +51,7 @@
        ${LN} -sf libsocks5_sh.so.0.0 ${PREFIX}/lib/libsocks5_sh.so
        ${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
 .for f in ${EXAMPLE_FILES}
-       ${INSTALL_DATA} ${WRKSRC}/examples/$f ${EXAMPLE_DIR}
+       ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${EXAMPLE_DIR}
 .endfor
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index