diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-24 08:23:19 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-24 08:23:19 +0000 |
commit | c0c713ec1f539dc4a30a8b2cb104aa8d2cfaa27d (patch) | |
tree | 4265fd80900168f839e4a71c746be682177f8e50 /misc/team | |
parent | This man might be compressed to a small size now that he is moved (diff) |
Teach this vintage 1995 port about the birds and the bees. Or something
like that, anyways.
Notes
Notes:
svn path=/head/; revision=12807
Diffstat (limited to 'misc/team')
-rw-r--r-- | misc/team/Makefile | 5 | ||||
-rw-r--r-- | misc/team/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/team/Makefile b/misc/team/Makefile index 72e43cadd78a..f984c4a4374a 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -3,7 +3,7 @@ # Date created: 1 July 1995 # Whom: joerg # -# $Id: Makefile,v 1.5 1996/11/11 05:50:13 obrien Exp $ +# $Id: Makefile,v 1.6 1997/04/30 03:18:06 asami Exp $ # DISTNAME= team-3.1 @@ -12,4 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= joerg@FreeBSD.org +MAN1= team.1 +MANCOMPRESSED= maybe + .include <bsd.port.mk> diff --git a/misc/team/pkg-plist b/misc/team/pkg-plist index 41c7a200c31d..52209ce1c6c5 100644 --- a/misc/team/pkg-plist +++ b/misc/team/pkg-plist @@ -1,2 +1 @@ bin/team -man/man1/team.1.gz |