diff options
Diffstat (limited to 'net/socks5')
| -rw-r--r-- | net/socks5/Makefile | 4 | ||||
| -rw-r--r-- | net/socks5/pkg-plist | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 4c5f07497904..33ec1a302526 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.7 1996/08/14 18:52:40 jdp Exp $ +# $Id: Makefile,v 1.8 1996/11/18 11:36:28 asami Exp $ # PKGNAME= socks5-0.16.6 @@ -32,5 +32,7 @@ CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \ --with-srvpidfile=/var/run/socks5.pid \ --with-srvidtfile=/var/run/socks5.ident \ ${EXTRA_CONFIGURE_ARGS} +MAN1= runsocks.1 socks5.1 stopsocks.1 +MAN5= libsocks5.conf.5 socks5.conf.5 .include <bsd.port.mk> diff --git a/net/socks5/pkg-plist b/net/socks5/pkg-plist index 53c68411fdbf..75a430233b45 100644 --- a/net/socks5/pkg-plist +++ b/net/socks5/pkg-plist @@ -9,11 +9,11 @@ bin/socks5 bin/runsocks bin/stopsocks include/socks.h -man/man1/runsocks.1 -man/man1/socks5.1 -man/man1/stopsocks.1 -man/man5/libsocks5.conf.5 -man/man5/socks5.conf.5 +man/man1/runsocks.1.gz +man/man1/socks5.1.gz +man/man1/stopsocks.1.gz +man/man5/libsocks5.conf.5.gz +man/man5/socks5.conf.5.gz lib/libsocks5.a @exec ranlib -m %D/lib/libsocks5.a lib/libsocks5_sh.so |
