diff options
author | hubertf <hubertf> | 1998-01-24 21:29:20 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-24 21:29:20 +0000 |
commit | b2ed8588800b04e48c2f7f7ff3721f30d72dd81a (patch) | |
tree | 083aec773cef6f5fe15c8f3700197da26b5139fd /misc/team | |
parent | 7966165ee4d8e5e40b7d80efef7983311c22aabd (diff) | |
download | pkgsrc-b2ed8588800b04e48c2f7f7ff3721f30d72dd81a.tar.gz |
portlint: fix RCS Id
Diffstat (limited to 'misc/team')
-rw-r--r-- | misc/team/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/team/Makefile b/misc/team/Makefile index 87db7c3cb35..1eafd319723 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 1997/10/13 15:07:24 agc Exp $ # New ports collection makefile for: team # Version required: 3.1 (From the RCS Id line of team.c) # Date created: 1 July 1995 # Whom: joerg # +# $NetBSD: Makefile,v 1.6 1998/01/24 21:30:38 hubertf Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/30 03:18:06 asami Exp # @@ -14,5 +14,6 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= joerg@FreeBSD.org MANCOMPRESSED= yes +MAN1= team.1 .include <bsd.port.mk> |