diff options
author | wiz <wiz@pkgsrc.org> | 2002-02-07 11:39:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-02-07 11:39:52 +0000 |
commit | 345fad0a1c498d73259ea41fffa41a751a0cd35d (patch) | |
tree | b61ba1fec2531d55d0559e3f8bcb1af2115d4691 /games/quake3arena-demo | |
parent | be20687417074d6d32eb2c1594e756a244ef1e1e (diff) | |
download | pkgsrc-345fad0a1c498d73259ea41fffa41a751a0cd35d.tar.gz |
Unconditionally set ONLY_FOR_PLATFORM.
Diffstat (limited to 'games/quake3arena-demo')
-rw-r--r-- | games/quake3arena-demo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile index f18637f3d96..2968ba7a9f8 100644 --- a/games/quake3arena-demo/Makefile +++ b/games/quake3arena-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/09/27 23:18:08 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2002/02/07 11:39:53 wiz Exp $ # DISTNAME= linuxq3ademo-1_11-6_x86_gz @@ -22,9 +22,7 @@ WRKSRC= ${WRKDIR} EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' ${DOWNLOADED_DISTFILE} | \ ${GTAR} xzf - -.if !make(fetch) ONLY_FOR_PLATFORM=*-*-i386 -.endif DISTBINNAME= q3demo BINNAME= quake3arena-demo |