summaryrefslogtreecommitdiff
path: root/net/socks5/pkg
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-02 08:58:13 +0000
committerhubertf <hubertf>1998-02-02 08:58:13 +0000
commitee5ce3a1455724592e6e44eebe28d3a835c6a2bc (patch)
tree6c793edd466777e3ccc6ce4ab38a352948e15200 /net/socks5/pkg
parentaf74124703ca24bc70d8c6eb5bd0e2c9a7e2f710 (diff)
downloadpkgsrc-ee5ce3a1455724592e6e44eebe28d3a835c6a2bc.tar.gz
Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
Diffstat (limited to 'net/socks5/pkg')
-rw-r--r--net/socks5/pkg/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/socks5/pkg/PLIST b/net/socks5/pkg/PLIST
index 2176820cc11..d59c5accc83 100644
--- a/net/socks5/pkg/PLIST
+++ b/net/socks5/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 1998/01/24 21:45:46 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.5 1998/02/02 09:00:23 hubertf Exp $
bin/socks5
bin/runsocks
bin/stopsocks
@@ -20,6 +20,6 @@ man/man5/socks5.passwd.5
lib/libsocks5.a
lib/libsocks5_sh.so
@exec ln -fs %D/lib/libsocks5_sh.so %d/lib/libsocks5_sh.so.0.0
-@exec /sbin/ldconfig -m %D/lib || /usr/bin/true
-@unexec /sbin/ldconfig -m %D/lib || /usr/bin/true
+@exec /sbin/ldconfig || /usr/bin/true
+@unexec /sbin/ldconfig || /usr/bin/true
@unexec rm -f %D/lib/libsocks5_sh.so.0.0