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.
This commit is contained in:
parent
d5b0b7af30
commit
0c59b15fa7
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue