diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:16:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:16:05 +0000 |
commit | 4998ad39f48c0364d28d2e7521b96fa476a406e3 (patch) | |
tree | 2ef96e97c4799ddf02a99b90cd8ee92973beaa7b /www/webcopy | |
parent | NO_CDROM and NO_PACKAGE are not appropriate; use RESTRICTED instead (diff) |
NO_PACKAGE and NO_CDROM are not appropriate; use RESTRICTED instead
Notes
Notes:
svn path=/head/; revision=171982
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: |