diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-28 12:04:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-28 12:04:12 +0000 |
commit | 535b6e3bcf3a1f7e9d657c4aef69a7193fa7249e (patch) | |
tree | 9ae02190d2874a8318b2123b67b0ccb1b7720d01 /games/quake3/Makefile | |
parent | Add missing comma, introduced in previous commit. (diff) |
Remove i386 specific parts from the Makefiles.
PR: ports/89603
Submitted by: Linas Valiukas <shirshegsm@gmail.com>
Notes
Notes:
svn path=/head/; revision=149771
Diffstat (limited to 'games/quake3/Makefile')
-rw-r--r-- | games/quake3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile index 00dad03d14da..87f90ca03f09 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -7,7 +7,7 @@ PORTNAME= quake3 PORTVERSION= 1.32b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/ \ http://www.proarena.com/p/ftpx/x8524/quake_3_arena/ \ |