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/Makefile | |
parent | a29f7111cf63755011a708773066a7f840b5b37f (diff) | |
download | ports-c0c713ec1f539dc4a30a8b2cb104aa8d2cfaa27d.tar.gz ports-c0c713ec1f539dc4a30a8b2cb104aa8d2cfaa27d.zip |
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/Makefile')
-rw-r--r-- | misc/team/Makefile | 5 |
1 files changed, 4 insertions, 1 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> |