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/gated | |
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/gated')
-rw-r--r-- | net/gated/Makefile | 3 | ||||
-rw-r--r-- | net/gated/pkg-plist | 9 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile index 5c58b906b44c..8307778aedc2 100644 --- a/net/gated/Makefile +++ b/net/gated/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: pst # -# $Id: Makefile,v 1.9 1996/01/31 17:40:47 gpalmer Exp $ +# $Id: Makefile,v 1.10 1996/11/18 11:34:53 asami Exp $ # DISTNAME= gated-R3_5Beta_3 @@ -12,5 +12,6 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.gated.merit.edu/net-research/gated/ ALL_TARGET= gated +MAN8= gated.8 ripquery.8 ospf_monitor.8 gdc.8 .include <bsd.port.mk> diff --git a/net/gated/pkg-plist b/net/gated/pkg-plist index dce0acaced99..6704a46b8c95 100644 --- a/net/gated/pkg-plist +++ b/net/gated/pkg-plist @@ -1,8 +1,7 @@ -@cwd /usr/local -man/man8/gated.8 -man/man8/ripquery.8 -man/man8/ospf_monitor.8 -man/man8/gdc.8 +man/man8/gated.8.gz +man/man8/ripquery.8.gz +man/man8/ospf_monitor.8.gz +man/man8/gdc.8.gz sbin/gated bin/ripquery bin/ospf_monitor |