diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-12 22:33:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-12 22:33:21 +0800 |
commit | 8659b9a6ac2cbabfd5bb99ce40212547eaa65cc6 (patch) | |
tree | 9419015f28d81d3b8c7f8074afa8e5cf158c0e64 /sysutils/daemontools | |
parent | 39030de783cbbe67d29191dad0c5627b16b269fa (diff) | |
download | freebsd-ports-gnome-8659b9a6ac2cbabfd5bb99ce40212547eaa65cc6.tar.gz freebsd-ports-gnome-8659b9a6ac2cbabfd5bb99ce40212547eaa65cc6.tar.zst freebsd-ports-gnome-8659b9a6ac2cbabfd5bb99ce40212547eaa65cc6.zip |
Add Public Domain support to ports license framework. You can now use
LICENSE= PD
Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).
Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.
Approved by: portmgr (bapt)
Differential Revision: D4149
Diffstat (limited to 'sysutils/daemontools')
-rw-r--r-- | sysutils/daemontools/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index a869e9a7e0fd..82040c303223 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -14,9 +14,6 @@ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Service monitoring and logging utilities by djb LICENSE= PD -LICENSE_NAME= public domain -LICENSE_TEXT= The daemontools-0.76.tar.gz archive is in the public domain as of 2007.12.28. -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS= freedt-[0-9]* serialmail-[0-9]* |