From 319851030c59cf23051f4b644ce57723ba62c60c Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 18 Aug 2000 22:46:29 +0000 Subject: 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. --- mbone/rat/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'mbone/rat') diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index 83b9af123e0..afff3e75346 100644 --- a/mbone/rat/Makefile +++ b/mbone/rat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/04/01 13:38:44 agc Exp $ +# $NetBSD: Makefile,v 1.14 2000/08/18 22:46:42 hubertf Exp $ # DISTNAME= rat-3.0.28 @@ -10,8 +10,10 @@ HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/ DEPENDS+= tk-8.0.5:../../x11/tk80 -RESTRICTED= "Contains DES encryption" -MIRROR_DISTFILE=no +RESTRICTED= "Contains DES encryption" +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} + USE_GMAKE= yes USE_X11BASE= yes -- cgit v1.2.3