diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
commit | 402899809af063240e564f105ec22423fefbea61 (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /games/gnuchess4 | |
parent | 4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff) | |
download | pkgsrc-402899809af063240e564f105ec22423fefbea61.tar.gz |
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
Diffstat (limited to 'games/gnuchess4')
-rw-r--r-- | games/gnuchess4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnuchess4/Makefile b/games/gnuchess4/Makefile index 0830eb34930..d24d1eb0a5e 100644 --- a/games/gnuchess4/Makefile +++ b/games/gnuchess4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/03/28 06:34:47 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/18 22:46:33 hubertf Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/27 07:41:12 fenner Exp # @@ -13,7 +13,7 @@ HOMEPAGE= http://www.gnu.org/software/chess/chess.html CONFLICTS= gnuchess-4.* -MIRROR_DISTFILE= no +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL GNU_CONFIGURE= yes |