From 94817f078473a40920b4a61d9d46edf052f3c1c9 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 12 Jan 2016 14:33:21 +0000 Subject: 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 --- textproc/words/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'textproc/words/Makefile') diff --git a/textproc/words/Makefile b/textproc/words/Makefile index 73042b61f55d..48c3711b9a7f 100644 --- a/textproc/words/Makefile +++ b/textproc/words/Makefile @@ -11,12 +11,7 @@ DISTNAME= ${PORTNAME}all MAINTAINER= marino@FreeBSD.org COMMENT= Latin-English Dictionary Program -LICENSE= public -LICENSE_NAME= Public Domain -LICENSE_TEXT= All parts of the WORDS system, source code and data files, \ - are made freely available to anyone that wishes to use them, \ - for whatever purpose. -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= PD USES= ada zip NO_WRKSUBDIR= yes -- cgit v1.2.3