From f80675da1c523456bcd10d592047cc9f3d89d27f Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 21 Nov 1997 14:57:28 +0000 Subject: 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. --- net/socks5/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net') 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 -- cgit v1.2.3