summaryrefslogtreecommitdiff
path: root/net/socks5
diff options
context:
space:
mode:
authorwiz <wiz>2005-10-13 13:22:46 +0000
committerwiz <wiz>2005-10-13 13:22:46 +0000
commitb3d4be1e2bd34e06c5188ea810f135bc07a7162e (patch)
treee911ee14e96420fa17b4e01bb57837f15ac4d59a /net/socks5
parent458d85ddbeef6ec7d56aa97e19512bca9b3812c0 (diff)
downloadpkgsrc-b3d4be1e2bd34e06c5188ea810f135bc07a7162e.tar.gz
Creating the directory once should be enough.
Prefer INSTALL_DATA_DIR to MKDIR.
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 03111bafee4..6de3bc793a4 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2005/10/13 12:35:18 abs Exp $
+# $NetBSD: Makefile,v 1.38 2005/10/13 13:22:46 wiz Exp $
DISTNAME= socks5-v1_0r2
PKGNAME= socks5-1.0.2
@@ -49,8 +49,8 @@ post-install:
${MV} ${PREFIX}/lib/libsocks5_sh.so ${PREFIX}/lib/libsocks5_sh.so.0.0
${LN} -sf libsocks5_sh.so.0.0 ${PREFIX}/lib/libsocks5_sh.so.0
${LN} -sf libsocks5_sh.so.0.0 ${PREFIX}/lib/libsocks5_sh.so
+ ${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
.for f in ${EXAMPLE_FILES}
- ${MKDIR} ${EXAMPLE_DIR}
${INSTALL_DATA} ${WRKSRC}/examples/$f ${EXAMPLE_DIR}
.endfor