diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-10 06:45:31 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-10 06:45:31 +0000 |
commit | de229d7c819090676ac76cec8c2f94cdff55699b (patch) | |
tree | 8b1807b1449e7e06aba63ad57b70972427f9fae1 /mail/mess822 | |
parent | - Fix plist (diff) |
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)
Notes
Notes:
svn path=/head/; revision=343588
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 |