diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-22 05:59:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-22 05:59:43 +0000 |
commit | dfcff063012d6a6bfff24befbe80f01e7dcdfc00 (patch) | |
tree | 7be20b67b7a1b1462092b4275611e0671deccfac /games/Makefile | |
parent | [UPDATE] games/q3server-freezetag: integrate with "quake3-data", rename to "q... (diff) |
Rename q3server* to quake3-* equivalents:
ports/86186 [UPDATE] games/q3server: integrate with "quake3-data", rename to "linux-quake3"
ports/86187 [UPDATE] games/q3server-excessive: integrate with "quake3-data", rename to "quake3-excessive"
ports/86188 [UPDATE] games/q3server-freezetag: integrate with "quake3-data", rename to "quake3-freezetag"
ports/86189 [UPDATE] games/q3server-osp: integrate with "quake3-data", rename to "quake3-osp"
ports/86190 [UPDATE] games/q3server-ra3: integrate with "quake3-data", rename to "quake3-ra3", update to 1.76
ports/86191 [UPDATE] games/q3server-ut: integrate with "quake3-data", rename to "quake3-ut", update to 3.7
ports/86192 [UPDATE] games/q3server-wfa: integrate with "quake3-data", rename to "quake3-wfa", update to 3.5b
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/Makefile b/games/Makefile index daa1429aefe0..8377b5da1513 100644 --- a/games/Makefile +++ b/games/Makefile @@ -454,13 +454,13 @@ SUBDIR += pysol-cardsets SUBDIR += pysol-music SUBDIR += q15 - SUBDIR += q3server - SUBDIR += q3server-excessive - SUBDIR += q3server-freezetag - SUBDIR += q3server-osp - SUBDIR += q3server-ra3 - SUBDIR += q3server-ut - SUBDIR += q3server-wfa + SUBDIR += linux-quake3 + SUBDIR += quake3-excessive + SUBDIR += quake3-freezetag + SUBDIR += quake3-osp + SUBDIR += quake3-ra3 + SUBDIR += quake3-ut + SUBDIR += quake3-wfa SUBDIR += qcc SUBDIR += qccx SUBDIR += qgo |