diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-22 15:20:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-22 15:20:30 +0800 |
commit | 4faa49a1a8f8906afd30ca4514e6b137a8f6f990 (patch) | |
tree | b6055f20690cc8bff54870694ba8a060d5b87ec1 /x11-fonts | |
parent | 86eadd0b5cdeef4a77f80251daa7dc8ed9e5960d (diff) | |
download | freebsd-ports-gnome-4faa49a1a8f8906afd30ca4514e6b137a8f6f990.tar.gz freebsd-ports-gnome-4faa49a1a8f8906afd30ca4514e6b137a8f6f990.tar.zst freebsd-ports-gnome-4faa49a1a8f8906afd30ca4514e6b137a8f6f990.zip |
Canonicalize a few LICENSE_PERMS
With hat: portmgr
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/gohufont/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/gohufont/Makefile b/x11-fonts/gohufont/Makefile index 202f847451a4..aa16921dfbb7 100644 --- a/x11-fonts/gohufont/Makefile +++ b/x11-fonts/gohufont/Makefile @@ -12,7 +12,7 @@ COMMENT= Monospace bitmap font well suited for programming and terminal use LICENSE= WTFPL LICENSE_NAME= Do What The Fuck You Want To Public License, Version 2 LICENSE_FILE= ${WRKSRC}/COPYING-LICENSE -LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept FONTDIR= lib/X11/fonts/${PORTNAME} NO_BUILD= yes |