summaryrefslogtreecommitdiff
path: root/net/socks5/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-05-03 17:44:27 +0000
committerrh <rh>2000-05-03 17:44:27 +0000
commitc5f35a4b5c33c3afad094e938ed6122460d80fc1 (patch)
tree7d380f20dff2410f934b2b91485ea1abdcae67a5 /net/socks5/Makefile
parent4c8bd11a257217f08ba0b3d9263ba369c7f7b85b (diff)
downloadpkgsrc-c5f35a4b5c33c3afad094e938ed6122460d80fc1.tar.gz
Prevent the automatic shlib handling mechanism from getting confused and
overwriting the shared socks library with circular symbolic links. Remove automatically generated symbolic link 'lib/libsocks5_sh.so' from PLIST. Fixes PR 8969 by Claus Andersen.
Diffstat (limited to 'net/socks5/Makefile')
-rw-r--r--net/socks5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index 0032e7787e7..fc0d37ed354 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1999/02/20 22:26:22 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2000/05/03 17:44:27 rh Exp $
# FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp
#
@@ -35,6 +35,6 @@ CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
${EXTRA_CONFIGURE_ARGS}
post-install:
- ${LN} -fs ${PREFIX}/lib/libsocks5_sh.so ${PREFIX}/lib/libsocks5_sh.so.0.0
+ ${MV} ${PREFIX}/lib/libsocks5_sh.so ${PREFIX}/lib/libsocks5_sh.so.0.0
.include "../../mk/bsd.pkg.mk"