diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-01-22 04:47:06 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-01-22 04:47:06 +0800 |
commit | a032c2e68ec648d5550c770b0391e009103f6437 (patch) | |
tree | ca8647a1f4378cede480720592cb2ff6cb5f9235 /www | |
parent | 0e3f0f6e02dc56b56be9e886c6eebd243be2ea98 (diff) | |
download | freebsd-ports-gnome-a032c2e68ec648d5550c770b0391e009103f6437.tar.gz freebsd-ports-gnome-a032c2e68ec648d5550c770b0391e009103f6437.tar.zst freebsd-ports-gnome-a032c2e68ec648d5550c770b0391e009103f6437.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.
Diffstat (limited to 'www')
-rw-r--r-- | www/fira-webfont/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/fira-webfont/Makefile b/www/fira-webfont/Makefile index 47a103e17d28..6eae69196683 100644 --- a/www/fira-webfont/Makefile +++ b/www/fira-webfont/Makefile @@ -9,10 +9,7 @@ PKGNAMESUFFIX= -webfont MAINTAINER= horia@racoviceanu.com COMMENT= Sans-serif and monospaced Web Font 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 USE_GITHUB= yes GH_ACCOUNT= mozilla |