diff options
author | wiz <wiz> | 2002-02-07 11:39:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-02-07 11:39:52 +0000 |
commit | 79fcd59c8589b8595c0fe73a5e92a2bfad59288f (patch) | |
tree | b61ba1fec2531d55d0559e3f8bcb1af2115d4691 /games | |
parent | a19a5c195163ba168f9b4b64fb586b1863cd2803 (diff) | |
download | pkgsrc-79fcd59c8589b8595c0fe73a5e92a2bfad59288f.tar.gz |
Unconditionally set ONLY_FOR_PLATFORM.
Diffstat (limited to 'games')
-rw-r--r-- | games/civctp-demo/Makefile | 4 | ||||
-rw-r--r-- | games/eus-demo/Makefile | 4 | ||||
-rw-r--r-- | games/heretic2-demo/Makefile | 4 | ||||
-rw-r--r-- | games/quake3arena-demo/Makefile | 4 |
4 files changed, 4 insertions, 12 deletions
diff --git a/games/civctp-demo/Makefile b/games/civctp-demo/Makefile index 57b4e3eb5a1..dd6f08c4f4b 100644 --- a/games/civctp-demo/Makefile +++ b/games/civctp-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2002/02/07 11:39:52 wiz Exp $ # DISTNAME= civctp-demo-10251999 @@ -14,10 +14,8 @@ COMMENT= Civilization: Call to Power - graphical strategy (linux demo) NO_CONFIGURE= yes -.if !make(fetch) # Someone needs to look at alpha, powerpc and sparc compat_linux ONLY_FOR_PLATFORM=*-*-i386 -.endif .if (${MACHINE_ARCH} == "i386") BINTYPE= x86/glibc-2.1 diff --git a/games/eus-demo/Makefile b/games/eus-demo/Makefile index 94203ffcd88..b0c5264b7e0 100644 --- a/games/eus-demo/Makefile +++ b/games/eus-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:49 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2002/02/07 11:39:52 wiz Exp $ # DISTNAME= eus-demo @@ -14,10 +14,8 @@ COMMENT= Eric's Ultimate Solitaire (linux demo) NO_CONFIGURE= yes -.if !make(fetch) # Someone needs to look at alpha, powerpc and sparc compat_linux ONLY_FOR_PLATFORM=*-*-i386 -.endif .if (${MACHINE_ARCH} == "i386") BINTYPE= x86/glibc-2.1 diff --git a/games/heretic2-demo/Makefile b/games/heretic2-demo/Makefile index fc31d7a7ba5..709c21c840b 100644 --- a/games/heretic2-demo/Makefile +++ b/games/heretic2-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/09/09 20:36:27 agc Exp $ +# $NetBSD: Makefile,v 1.7 2002/02/07 11:39:52 wiz Exp $ # DISTNAME= heretic2-demo-x86 @@ -18,9 +18,7 @@ WRKSRC= ${WRKDIR} EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' ${DOWNLOADED_DISTFILE} | \ ${GTAR} xzf - -.if !make(fetch) ONLY_FOR_PLATFORM=*-*-i386 -.endif DISTBINNAME= heretic2_demo.x86 BINNAME= heretic2-demo 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 |