diff options
author | agc <agc> | 1997-11-21 14:57:28 +0000 |
---|---|---|
committer | agc <agc> | 1997-11-21 14:57:28 +0000 |
commit | f80675da1c523456bcd10d592047cc9f3d89d27f (patch) | |
tree | de79b2fc830305c26b1fcb7d018075d0d98ea813 /net/socks5 | |
parent | c3fd587302462341d32985dffaa6cd53b457e3de (diff) | |
download | pkgsrc-f80675da1c523456bcd10d592047cc9f3d89d27f.tar.gz |
Add NetBSD RCS Id.
Add section 5 manual page that was missed.
Add a symbolic link to the libsocs5 shared object with a file name
that NetBSD's ldconfig(8) will recognise.
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 3d9cfbe4402..7ca37a806bb 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,6 +3,7 @@ # Date created: 24 Apr 1996 # Whom: pst # +# $NetBSD: Makefile,v 1.2 1997/11/21 14:57:28 agc Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp # @@ -35,9 +36,10 @@ CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \ --with-srvidtfile=/var/run/socks5.ident \ ${EXTRA_CONFIGURE_ARGS} MAN1= runsocks.1 socks5.1 stopsocks.1 socks5_clients.1 -MAN5= libsocks5.conf.5 socks5.conf.5 +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 .include <bsd.port.mk> |