diff options
author | rm <rm@FreeBSD.org> | 2014-02-10 14:45:31 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-02-10 14:45:31 +0800 |
commit | 9ae039cdd3ae47355e03c1a240448bdeab655a20 (patch) | |
tree | 8b1807b1449e7e06aba63ad57b70972427f9fae1 /mail/mess822 | |
parent | 8253d0dce123964a4cdfd4835a1093a4c59b5b9f (diff) | |
download | freebsd-ports-gnome-9ae039cdd3ae47355e03c1a240448bdeab655a20.tar.gz freebsd-ports-gnome-9ae039cdd3ae47355e03c1a240448bdeab655a20.tar.zst freebsd-ports-gnome-9ae039cdd3ae47355e03c1a240448bdeab655a20.zip |
Remove RESTRICTED. This code is now in public domain.
Citing http://cr.yp.to/distributors.html:
"""
2011.02.05: I hereby place the mess822 package (in particular, mess822-0.58.tar.gz,
with MD5 checksum 8ce4c29c994a70dcaa30140601213dbe) into the public domain.
The package is no longer copyrighted.
"""
Turn qmail into build dependency too, because it fails to build w/o it.
PR: 184323
Submitted by: Uffe Jakobsen <uffe@uffe.org>
Approved by: maintainer timeout (2 months)
Diffstat (limited to 'mail/mess822')
-rw-r--r-- | mail/mess822/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/mess822/Makefile b/mail/mess822/Makefile index e2278b8fe5ad..dc9eff04647f 100644 --- a/mail/mess822/Makefile +++ b/mail/mess822/Makefile @@ -13,9 +13,7 @@ MASTER_SITES= http://cr.yp.to/software/ \ MAINTAINER= drs@rucus.ru.ac.za COMMENT= RFC 822 mail message parsing library and rewriting utilities -USES= qmail:run - -RESTRICTED= Violates djb\'s license +USES= qmail ALL_TARGET= it INSTALL_TARGET= setup check |