diff options
-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 89e0e7efbf8..2659d30f662 100644 --- a/games/civctp-demo/Makefile +++ b/games/civctp-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/16 12:24:02 abs Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/24 01:59:52 wiz Exp $ # DISTNAME= civctp-demo-10251999 @@ -11,8 +11,6 @@ MASTER_SITES= ftp://ftp.linuxgames.com/loki/demos/civctp/ \ MAINTAINER= abs@netbsd.org HOMEPAGE= http://www.lokigames.com/products/civctp/demo.php3 -MIRROR_DISTFILE=no - NO_CONFIGURE= yes .if !make(fetch) diff --git a/games/eus-demo/Makefile b/games/eus-demo/Makefile index 2d5f270a618..6ea2eec20e8 100644 --- a/games/eus-demo/Makefile +++ b/games/eus-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/16 12:24:35 abs Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/24 01:59:52 wiz Exp $ # DISTNAME= eus-demo @@ -11,8 +11,6 @@ MASTER_SITES= ftp://ftp.linuxgames.com/loki/demos/eus/ \ MAINTAINER= abs@netbsd.org HOMEPAGE= http://www.lokigames.com/products/eus/demo.php3 -MIRROR_DISTFILE=no - NO_CONFIGURE= yes .if !make(fetch) diff --git a/games/heretic2-demo/Makefile b/games/heretic2-demo/Makefile index 70af90b2c44..41ec60e361c 100644 --- a/games/heretic2-demo/Makefile +++ b/games/heretic2-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/10/27 02:24:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/24 01:59:52 wiz Exp $ # DISTNAME= heretic2-demo-x86 @@ -12,8 +12,6 @@ EXTRACT_SUFX= .run MAINTAINER= abs@netbsd.org HOMEPAGE= http://www.lokigames.com/products/heretic2/demo.php3 -MIRROR_DISTFILE=no - NO_CONFIGURE= yes NO_WRKSUBDIR= yes EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' ${DOWNLOADED_DISTFILE} | \ diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile index d90f9b8093d..1eec2b952c2 100644 --- a/games/quake3arena-demo/Makefile +++ b/games/quake3arena-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/14 00:01:25 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/24 01:59:52 wiz Exp $ # DISTNAME= linuxq3ademo-1_11-6_x86_gz @@ -16,8 +16,6 @@ DEPENDS+= suse_glx-6.4:../../emulators/suse_glx CONFLICTS= quake3arena-* -MIRROR_DISTFILE=no - NO_CONFIGURE= yes NO_WRKSUBDIR= yes EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' ${DOWNLOADED_DISTFILE} | \ |