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/gated | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) |
Notes
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 |