diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /net/socks5 | |
parent | Add $Id$. (diff) |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Notes
Notes:
svn path=/head/; revision=4578
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 |