summaryrefslogtreecommitdiff
path: root/net/socks5/Makefile
diff options
context:
space:
mode:
authoragc <agc>1998-07-15 10:32:41 +0000
committeragc <agc>1998-07-15 10:32:41 +0000
commit91f1a52a11196ebe7708f122bb46cc3cadafb616 (patch)
tree4aec8360dda83ef50b8cf596541f2e34c1ca0641 /net/socks5/Makefile
parenteb80ea628c50020af5afd59887f3ac6fc6d99c82 (diff)
downloadpkgsrc-91f1a52a11196ebe7708f122bb46cc3cadafb616.tar.gz
Update for automatic shared object handling.
Diffstat (limited to 'net/socks5/Makefile')
-rw-r--r--net/socks5/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index eefbbe9b43f..61bfa703305 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/06/22 12:58:35 agc Exp $
+# $NetBSD: Makefile,v 1.12 1998/07/15 10:32:41 agc Exp $
# FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp
#
@@ -34,7 +34,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
- ${LDCONFIG} || ${TRUE}
+ ${LN} -fs ${PREFIX}/lib/libsocks5_sh.so ${PREFIX}/lib/libsocks5_sh.so.0.0
.include "../../mk/bsd.pkg.mk"