diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /net/socks5 | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.zip |
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.
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 |