diff options
author | wiz <wiz> | 2002-02-07 11:39:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-02-07 11:39:52 +0000 |
commit | c220aa483e1c1ebd90ea6f8cef8eca470a20f92c (patch) | |
tree | b61ba1fec2531d55d0559e3f8bcb1af2115d4691 /games/heretic2-demo | |
parent | 9c3bd610f5cf44bce94bddaa39fd790494f26652 (diff) | |
download | pkgsrc-c220aa483e1c1ebd90ea6f8cef8eca470a20f92c.tar.gz |
Unconditionally set ONLY_FOR_PLATFORM.
Diffstat (limited to 'games/heretic2-demo')
-rw-r--r-- | games/heretic2-demo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |