diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 17:36:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 17:36:56 +0000 |
commit | b50253f5f26fad9480096e4da99801e51a4d8d71 (patch) | |
tree | 3ada65efb64c80be1a880cb3f74e77011506eeea /mail/mess822 | |
parent | NO_PACKAGE and NO_CDROM are superfluous here (diff) |
RESTRICTED is intended here instead of NO_PACKAGE
Notes
Notes:
svn path=/head/; revision=172070
Diffstat (limited to 'mail/mess822')
-rw-r--r-- | mail/mess822/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mess822/Makefile b/mail/mess822/Makefile index cd22a21c7810..aa416fcea10e 100644 --- a/mail/mess822/Makefile +++ b/mail/mess822/Makefile @@ -19,7 +19,7 @@ COMMENT= RFC 822 mail message parsing library and rewriting utilities USE_QMAIL_RUN= yes -NO_PACKAGE= Violates djb\'s license +RESTRICTED= Violates djb\'s license ALL_TARGET= it INSTALL_TARGET= setup check |