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 | |
parent | 51d481bd218acb60d67819e51deef0775259f7ef (diff) | |
download | ports-b50253f5f26fad9480096e4da99801e51a4d8d71.tar.gz ports-b50253f5f26fad9480096e4da99801e51a4d8d71.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ezmlm-idx/Makefile | 2 | ||||
-rw-r--r-- | mail/ezmlm/Makefile | 2 | ||||
-rw-r--r-- | mail/mess822/Makefile | 2 | ||||
-rw-r--r-- | mail/qmail-conf/Makefile | 2 | ||||
-rw-r--r-- | mail/qmail-contrib/Makefile | 2 | ||||
-rw-r--r-- | mail/qmail-dk/Makefile | 2 | ||||
-rw-r--r-- | mail/qmail-vida/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile index 94ca5d9f74d2..fde65424549d 100644 --- a/mail/ezmlm-idx/Makefile +++ b/mail/ezmlm-idx/Makefile @@ -44,7 +44,7 @@ EXTRACT_LIB+= -L${LOCALBASE}/lib -lpq -lcrypt ALL_TARGET= it ${LANGUAGE} .endif -NO_PACKAGE= Unsure of DJB license +RESTRICTED= Unsure of DJB license WRKSRC= ${WRKDIR}/ezmlm-${EZMLM_VERSION} EZMLM_VERSION= 0.53 diff --git a/mail/ezmlm/Makefile b/mail/ezmlm/Makefile index 84aed83d7e11..aa3a94405349 100644 --- a/mail/ezmlm/Makefile +++ b/mail/ezmlm/Makefile @@ -24,7 +24,7 @@ USE_QMAIL_RUN= yes CONFLICTS= ezmlm-idx-* -NO_PACKAGE= Unsure of DJB license +RESTRICTED= Unsure of DJB license ALL_TARGET= it 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 diff --git a/mail/qmail-conf/Makefile b/mail/qmail-conf/Makefile index 93bf63a5c39c..9fc9b75fd2b7 100644 --- a/mail/qmail-conf/Makefile +++ b/mail/qmail-conf/Makefile @@ -23,7 +23,7 @@ WANT_QMAIL= yes ALL_TARGET= it INSTALL_TARGET= setup check -NO_PACKAGE= "borrows code from djbdns, thus falls under the same restrictions as dns/djbdns" +RESTRICTED= "borrows code from djbdns, thus falls under the same restrictions as dns/djbdns" PREFIX?= ${QMAIL_PREFIX} diff --git a/mail/qmail-contrib/Makefile b/mail/qmail-contrib/Makefile index d3abbf5cfaf0..6dda98a7d3aa 100644 --- a/mail/qmail-contrib/Makefile +++ b/mail/qmail-contrib/Makefile @@ -19,7 +19,7 @@ COMMENT= Contributed programs for qmail USE_QMAIL_RUN= yes -NO_PACKAGE= Unsure of djb's license +RESTRICTED= Unsure of djb's license ALL_TARGET= it INSTALL_TARGET= setup diff --git a/mail/qmail-dk/Makefile b/mail/qmail-dk/Makefile index 59e153f5a6b0..554d3417c416 100644 --- a/mail/qmail-dk/Makefile +++ b/mail/qmail-dk/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS+= domainkeys.3:${PORTSDIR}/mail/libdomainkeys PATCH_SITES= ${MASTER_SITE_QMAIL} PATCHFILES= qmail-1.03-dk-0.54.patch -NO_PACKAGE= djb's packaging license does not allow non-standard qmail binary distributions +RESTRICTED= djb's packaging license does not allow non-standard qmail binary distributions USE_QMAIL= yes PREFIX?= ${QMAIL_PREFIX} diff --git a/mail/qmail-vida/Makefile b/mail/qmail-vida/Makefile index 92fb0f201ac4..aa6be57ca8cb 100644 --- a/mail/qmail-vida/Makefile +++ b/mail/qmail-vida/Makefile @@ -43,7 +43,7 @@ CSH?= /bin/csh PREFIX?= /var/qmail PORTDOCS= * -NO_PACKAGE= "djb\'s packaging license does not allow non-standard qmail binary distributions" +RESTRICTED= "djb\'s packaging license does not allow non-standard qmail binary distributions" QMAIL_VERSION?= 1.03 |