From 1f5914278def2b62890313bde986a783c0652ba0 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 3 Sep 2006 02:06:42 +0000 Subject: NO_CDROM is superfluous --- www/frontpage/Makefile.fp.common | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www') diff --git a/www/frontpage/Makefile.fp.common b/www/frontpage/Makefile.fp.common index 166e93daa1b6..936155db36ae 100644 --- a/www/frontpage/Makefile.fp.common +++ b/www/frontpage/Makefile.fp.common @@ -60,8 +60,7 @@ IGNORE="You must manualy fetch ${fpdist} from http://www.rtr.com. Place the fil .endif .endfor -NO_CDROM= "Redistribution is not permitted" -RESTRICTED= ${NO_CDROM} +RESTRICTED= "Redistribution is not permitted" TODAY!= /bin/date -u "+%Y%m%d" -- cgit