diff options
author | tron <tron> | 1999-11-17 23:21:17 +0000 |
---|---|---|
committer | tron <tron> | 1999-11-17 23:21:17 +0000 |
commit | d574fe369a169eb3b79c06129c363b0e0f9b7eb7 (patch) | |
tree | d6b6a7c578616bc7206ec597b9b1214c24c85e4f /games/gnuchess | |
parent | abcd7ff555987b45272bf58fbbf08fb62c06c7ff (diff) | |
download | pkgsrc-d574fe369a169eb3b79c06129c363b0e0f9b7eb7.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: |