From 8cc5687d1b3e9a857d134a1f858840e0576fed6c Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 3 Sep 2006 01:16:05 +0000 Subject: NO_PACKAGE and NO_CDROM are not appropriate; use RESTRICTED instead --- www/webcopy/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www/webcopy') diff --git a/www/webcopy/Makefile b/www/webcopy/Makefile index e0d8ad186224..7000acdb0303 100644 --- a/www/webcopy/Makefile +++ b/www/webcopy/Makefile @@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= steve MAINTAINER= ports@FreeBSD.org COMMENT= A Web Mirroring Program -NO_PACKAGE= "This program cannot be distributed if modified in any way" -NO_CDROM= "Don't sell for profit without written permission" +RESTRICTED= "This program cannot be distributed if modified in any way. Don't sell for profit without written permission" ALL_TARGET= do-install: -- cgit