diff options
author | agc <agc@pkgsrc.org> | 1997-11-21 14:55:17 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-11-21 14:55:17 +0000 |
commit | 0c59b15fa7521dabfe97fd2ea123253db39072e7 (patch) | |
tree | 2483d095094b69cccdce00ced80d3ae636c28f0f /net/socks5 | |
parent | d5b0b7af30b8c263196f4fc5d8ee652f0b5d4e0e (diff) | |
download | pkgsrc-0c59b15fa7521dabfe97fd2ea123253db39072e7.tar.gz |
Add NetBSD RCS Id.
Make a symbolic link to the shared object with a name that will be
recognised by ldconfig on NetBSD.
Remove it when deleting the package.
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/pkg/PLIST | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/socks5/pkg/PLIST b/net/socks5/pkg/PLIST index da7f8715efa..66e9a8f13f7 100644 --- a/net/socks5/pkg/PLIST +++ b/net/socks5/pkg/PLIST @@ -1,3 +1,4 @@ +@comment $NetBSD: PLIST,v 1.2 1997/11/21 14:55:17 agc Exp $ bin/socks5 bin/runsocks bin/stopsocks @@ -19,4 +20,6 @@ man/man5/socks5.passwd.5 lib/libsocks5.a @exec ranlib -m %D/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 +@unexec rm -f %D/lib/libsocks5_sh.so.0.0 |