diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 14:33:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 14:33:21 +0000 |
commit | 94817f078473a40920b4a61d9d46edf052f3c1c9 (patch) | |
tree | 9419015f28d81d3b8c7f8074afa8e5cf158c0e64 /japanese | |
parent | d861678bdefc371a8cb6bf3d2c316437130a0b33 (diff) |
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
Notes
Notes:
svn path=/head/; revision=405874
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/csrd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/csrd/Makefile b/japanese/csrd/Makefile index d5a020205430..580e2a6c383f 100644 --- a/japanese/csrd/Makefile +++ b/japanese/csrd/Makefile @@ -13,10 +13,8 @@ PATCHFILES= csrd.c.diff.gz MAINTAINER= yasu@utahime.org COMMENT= Utility for Shogakukan Random House English-Japanese Dictionary -LICENSE= PUBLIC_DOMAIN -LICENSE_NAME= Public Domain +LICENSE= PD LICENSE_FILE= ${WRKSRC}/csrd.doc -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept MAKEFILE= makefile.unx MAKE_ARGS= CC="${CC}" |