diff options
-rw-r--r-- | misc/splitvt/Makefile | 3 | ||||
-rw-r--r-- | misc/team/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile index ce5b873319b..dbb81e4c76e 100644 --- a/misc/splitvt/Makefile +++ b/misc/splitvt/Makefile @@ -3,7 +3,8 @@ # Date created: Fri Oct 4, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:59 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1998/01/24 21:29:20 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.5 1997/04/02 08:39:12 obrien Exp # DISTNAME= splitvt-1.6.3 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> |