diff options
Diffstat (limited to 'games/pom')
| -rw-r--r-- | games/pom/Makefile | 2 | ||||
| -rw-r--r-- | games/pom/pom.6 | 2 | ||||
| -rw-r--r-- | games/pom/pom.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/pom/Makefile b/games/pom/Makefile index 332f3cf1aeaf..b574d0acbcf2 100644 --- a/games/pom/Makefile +++ b/games/pom/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/pom/Makefile,v 1.7 2005/05/01 19:34:22 stefanf Exp $ PROG= pom MAN= pom.6 diff --git a/games/pom/pom.6 b/games/pom/pom.6 index 1a5325b4b5a0..67f27c1e4306 100644 --- a/games/pom/pom.6 +++ b/games/pom/pom.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pom.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/pom/pom.6,v 1.4 2001/07/15 07:49:21 dd Exp $ .\" .TH POM 6 "May 31, 1993" .UC 7 diff --git a/games/pom/pom.c b/games/pom/pom.c index d245f34bd7f2..fe2b45c87444 100644 --- a/games/pom/pom.c +++ b/games/pom/pom.c @@ -45,7 +45,7 @@ static const char sccsid[] = "@(#)pom.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/games/pom/pom.c,v 1.13 2005/05/01 19:34:22 stefanf Exp $"); /* * Phase of the Moon. Calculates the current phase of the moon. |
