diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-21 20:47:06 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-21 20:47:06 +0000 |
commit | 918d7f21d8b004c525d23d70d234cb692c19a153 (patch) | |
tree | ca8647a1f4378cede480720592cb2ff6cb5f9235 /x11-fonts | |
parent | 0e2ece2426e9f427bcb57d2176f8045c1ddbbdb3 (diff) | |
download | ports-918d7f21d8b004c525d23d70d234cb692c19a153.tar.gz ports-918d7f21d8b004c525d23d70d234cb692c19a153.zip |
Simplify LICENSE for the Fira fonts.
We have OFL11 in the database, so there's no need to set all those LICENSE
parameters manually.
Notes
Notes:
svn path=/head/; revision=340658
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fira/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-fonts/fira/Makefile b/x11-fonts/fira/Makefile index edf1d24a4b3b..1f59347b8a03 100644 --- a/x11-fonts/fira/Makefile +++ b/x11-fonts/fira/Makefile @@ -8,10 +8,7 @@ CATEGORIES= x11-fonts MAINTAINER= horia@racoviceanu.com COMMENT= Sans-serif and monospaced typeface for small screens -LICENSE= OFL -LICENSE_NAME= SIL OPEN FONT LICENSE Version 1.1 -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +LICENSE= OFL11 BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir |