diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-24 16:23:19 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-24 16:23:19 +0800 |
commit | 360c5a81e80d98500e15d8c9651519849f3896d3 (patch) | |
tree | dc7c932b11b08a1d1ecedaff0bd845995bb59f1c /misc/team/Makefile | |
parent | 8c8f14ce6a674500481f393636d8845b66eb778c (diff) | |
download | freebsd-ports-gnome-360c5a81e80d98500e15d8c9651519849f3896d3.tar.gz freebsd-ports-gnome-360c5a81e80d98500e15d8c9651519849f3896d3.tar.zst freebsd-ports-gnome-360c5a81e80d98500e15d8c9651519849f3896d3.zip |
Teach this vintage 1995 port about the birds and the bees. Or something
like that, anyways.
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> |