diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-24 01:59:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-24 01:59:52 +0000 |
commit | f0627b760d72bc926e128fc0547d9728914b1405 (patch) | |
tree | ea7e004220e3f5f4f2780844897b95e1711c9aa9 /games/quake3arena-demo/Makefile | |
parent | ad56f7aec4c07fffb23ca97900168f4960bb9f01 (diff) | |
download | pkgsrc-f0627b760d72bc926e128fc0547d9728914b1405.tar.gz |
Remove obsolete MIRROR_DISTFILE (we're allowed to distribute the unmodified
files).
Diffstat (limited to 'games/quake3arena-demo/Makefile')
-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 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} | \ |