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/heretic2-demo | |
parent | be20687417074d6d32eb2c1594e756a244ef1e1e (diff) | |
download | pkgsrc-345fad0a1c498d73259ea41fffa41a751a0cd35d.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 |