diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-24 08:23:19 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-24 08:23:19 +0000 |
commit | 360c5a81e80d98500e15d8c9651519849f3896d3 (patch) | |
tree | dc7c932b11b08a1d1ecedaff0bd845995bb59f1c /misc | |
parent | 8c8f14ce6a674500481f393636d8845b66eb778c (diff) | |
download | FreeBSD-ports-360c5a81e80d98500e15d8c9651519849f3896d3.zip FreeBSD-ports-360c5a81e80d98500e15d8c9651519849f3896d3.tar.gz |
Teach this vintage 1995 port about the birds and the bees. Or something
like that, anyways.
Diffstat (limited to 'misc')
-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 72e43ca..f984c4a 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 41c7a20..52209ce 100644 --- a/misc/team/pkg-plist +++ b/misc/team/pkg-plist @@ -1,2 +1 @@ bin/team -man/man1/team.1.gz |