diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 09:16:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 09:16:05 +0800 |
commit | 8cc5687d1b3e9a857d134a1f858840e0576fed6c (patch) | |
tree | 0d406fe375150c9a8fd158e6da3234bb85512a67 /www/webcopy | |
parent | a286d776c339bdbd6bbb54f635415f4db38223a2 (diff) | |
download | freebsd-ports-gnome-8cc5687d1b3e9a857d134a1f858840e0576fed6c.tar.gz freebsd-ports-gnome-8cc5687d1b3e9a857d134a1f858840e0576fed6c.tar.zst freebsd-ports-gnome-8cc5687d1b3e9a857d134a1f858840e0576fed6c.zip |
NO_PACKAGE and NO_CDROM are not appropriate; use RESTRICTED instead
Diffstat (limited to 'www/webcopy')
-rw-r--r-- | www/webcopy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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: |