summaryrefslogtreecommitdiff
path: root/net/socks5
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/socks5
parent47b63b92ead050d0d5053c5d2325c02b3f7f22a9 (diff)
downloadpkgsrc-437d44e6affcf45e96bc55aa6856fcb4f414d37e.tar.gz
Replaced $f with ${f} to fix a pkglint warning.
Diffstat (limited to 'net/socks5')
-rw-r--r--net/socks5/Makefile4
1 files changed, 2 insertions, 2 deletions
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"