summaryrefslogtreecommitdiff
path: root/net/socks5
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-02 08:58:13 +0000
committerhubertf <hubertf>1998-02-02 08:58:13 +0000
commit928d5f7b9d7d214e572d76523ba1825457252175 (patch)
tree6c793edd466777e3ccc6ce4ab38a352948e15200 /net/socks5
parent83f4bc66f3b83e36f6a70013df80665f12daba20 (diff)
downloadpkgsrc-928d5f7b9d7d214e572d76523ba1825457252175.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')
-rw-r--r--net/socks5/Makefile4
-rw-r--r--net/socks5/pkg/PLIST6
2 files changed, 5 insertions, 5 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index e28d85adf20..da76d479cf3 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Apr 1996
# Whom: pst
#
-# $NetBSD: Makefile,v 1.7 1998/02/02 08:11:03 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 1998/02/02 08:59:30 hubertf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp
#
@@ -40,6 +40,6 @@ MAN5= libsocks5.conf.5 socks5.conf.5 socks5.passwd.5
post-install:
ln -fs ${PREFIX}/lib/libsocks5_sh.so ${PREFIX}/lib/libsocks5_sh.so.0.0
- ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE}
+ ${LDCONFIG} || ${TRUE}
.include <bsd.port.mk>
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