diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 11:32:39 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 11:32:39 +0000 |
commit | 9de5ac14c7b66466f45f215e78d76d8a55a38f1c (patch) | |
tree | 3e94f7ad0f2b45f821a16b28bdc3f797535c27da /games | |
parent | $Id$ -> $FreeBSD$ (diff) |
$Id$ -> $FreeBSD$
Notes
Notes:
svn path=/head/; revision=21085
Diffstat (limited to '')
-rw-r--r-- | games/crafty/files/crafty.6 | 2 | ||||
-rw-r--r-- | games/crossfire-client/scripts/pre-configure | 2 | ||||
-rw-r--r-- | games/crossfire-server/scripts/pre-configure | 2 | ||||
-rw-r--r-- | games/crossfire/scripts/pre-configure | 2 | ||||
-rw-r--r-- | games/gma/Makefile | 2 | ||||
-rw-r--r-- | games/inform/files/Makefile.inform | 2 | ||||
-rw-r--r-- | games/quakeserver/files/qserver.sh | 2 | ||||
-rw-r--r-- | games/quakeserver/files/stopserver.sh | 2 | ||||
-rw-r--r-- | games/yamsweeper/files/Imakefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/games/crafty/files/crafty.6 b/games/crafty/files/crafty.6 index 11974b7330b5..0c52227a950d 100644 --- a/games/crafty/files/crafty.6 +++ b/games/crafty/files/crafty.6 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: crafty.6,v 1.1.1.1 1998/06/01 04:56:06 mph Exp $ +.\" $FreeBSD$ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. diff --git a/games/crossfire-client/scripts/pre-configure b/games/crossfire-client/scripts/pre-configure index fb4f8d2399b9..ef346c5f8169 100644 --- a/games/crossfire-client/scripts/pre-configure +++ b/games/crossfire-client/scripts/pre-configure @@ -1,6 +1,6 @@ #! /bin/sh -# $Id$ +# $FreeBSD$ # # patch hacks !!LOCALBASE!! and !!X11BASE!! hooks into the config file diff --git a/games/crossfire-server/scripts/pre-configure b/games/crossfire-server/scripts/pre-configure index fb4f8d2399b9..ef346c5f8169 100644 --- a/games/crossfire-server/scripts/pre-configure +++ b/games/crossfire-server/scripts/pre-configure @@ -1,6 +1,6 @@ #! /bin/sh -# $Id$ +# $FreeBSD$ # # patch hacks !!LOCALBASE!! and !!X11BASE!! hooks into the config file diff --git a/games/crossfire/scripts/pre-configure b/games/crossfire/scripts/pre-configure index fb4f8d2399b9..ef346c5f8169 100644 --- a/games/crossfire/scripts/pre-configure +++ b/games/crossfire/scripts/pre-configure @@ -1,6 +1,6 @@ #! /bin/sh -# $Id$ +# $FreeBSD$ # # patch hacks !!LOCALBASE!! and !!X11BASE!! hooks into the config file diff --git a/games/gma/Makefile b/games/gma/Makefile index a7bd424818c6..eef0736904f5 100644 --- a/games/gma/Makefile +++ b/games/gma/Makefile @@ -3,7 +3,7 @@ # Date created: 22 June 1999 # Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> # -# $Id: Makefile,v 1.1 1999/06/22 03:03:42 foxfair Exp $ +# $FreeBSD$ # DISTNAME= gma-0.5 diff --git a/games/inform/files/Makefile.inform b/games/inform/files/Makefile.inform index 856d96511ae2..37e2570f10dd 100644 --- a/games/inform/files/Makefile.inform +++ b/games/inform/files/Makefile.inform @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ OBJS= arrays.o asm.o bpatch.o chars.o directs.o errors.o expressc.o \ expressp.o files.o inform.o lexer.o linker.o memory.o objects.o \ diff --git a/games/quakeserver/files/qserver.sh b/games/quakeserver/files/qserver.sh index c544bd4151d0..d4da0f148244 100644 --- a/games/quakeserver/files/qserver.sh +++ b/games/quakeserver/files/qserver.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: qserver.sh,v 1.1 1997/05/31 00:52:03 jfitz Exp $ +# $FreeBSD$ # QSERVER=%%PREFIX%%/quakeserver/unixded diff --git a/games/quakeserver/files/stopserver.sh b/games/quakeserver/files/stopserver.sh index 0e7a0fcd8007..9d19272d1008 100644 --- a/games/quakeserver/files/stopserver.sh +++ b/games/quakeserver/files/stopserver.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id$ +# $FreeBSD$ # QPIPE=%%PREFIX%%/quakeserver/quakeserver.in diff --git a/games/yamsweeper/files/Imakefile b/games/yamsweeper/files/Imakefile index f51a37af2302..309fd7112bc9 100644 --- a/games/yamsweeper/files/Imakefile +++ b/games/yamsweeper/files/Imakefile @@ -4,7 +4,7 @@ XCOMM Imakefile src for Yamsweeper, created by hirofumi XCOMM -XCOMM $Id: Imakefile,v 1.2 1996/09/22 08:56:07 max Exp $ +XCOMM $FreeBSD$ XCOMM #include "REVISION" |