diff options
author | tron <tron@pkgsrc.org> | 1999-11-17 23:21:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-17 23:21:17 +0000 |
commit | 83ada37f656062798ca619c5b82187a423f994b3 (patch) | |
tree | d6b6a7c578616bc7206ec597b9b1214c24c85e4f /games/gnuchess | |
parent | 45bd4ad8fbabf3cd18718bd2b96f6d6d00284755 (diff) | |
download | pkgsrc-83ada37f656062798ca619c5b82187a423f994b3.tar.gz |
Add "MIRROR_DISTFILE= no" because the distribution file is fetched from
"ftp.netbsd.org" now.
Diffstat (limited to 'games/gnuchess')
-rw-r--r-- | games/gnuchess/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index b577ded1f3c..99060ab6662 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/11/17 23:06:20 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/11/17 23:21:17 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/27 07:41:12 fenner Exp # @@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org +MIRROR_DISTFILE= no + GNU_CONFIGURE= yes post-install: |