summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-10-23 21:45:57 +0000
committerrillig <rillig@pkgsrc.org>2005-10-23 21:45:57 +0000
commit437d44e6affcf45e96bc55aa6856fcb4f414d37e (patch)
tree16673228d4b2f24e6c489dc091bed26d9d279aa3 /net
parent47b63b92ead050d0d5053c5d2325c02b3f7f22a9 (diff)
downloadpkgsrc-437d44e6affcf45e96bc55aa6856fcb4f414d37e.tar.gz
Replaced $f with ${f} to fix a pkglint warning.
Diffstat (limited to 'net')
-rw-r--r--net/freenet-tools/Makefile4
-rw-r--r--net/socks5/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/freenet-tools/Makefile b/net/freenet-tools/Makefile
index f55ea3b1a01..e87d3925b32 100644
--- a/net/freenet-tools/Makefile
+++ b/net/freenet-tools/Makefile
@@ -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 @@ INSTALLATION_DIRS= bin
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 --git a/net/socks5/Makefile b/net/socks5/Makefile
index 6de3bc793a4..7a9a5a10542 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -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 @@ post-install:
${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"