aboutsummaryrefslogtreecommitdiff
path: root/graphics/libepoxy
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-02-04 07:57:42 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-02-04 07:57:42 +0000
commita83aa892bbbdfec0b5bfaa11d658afe02f38dadb (patch)
tree45fc654dee8804bad2067f0a0b3b53c7a64582d6 /graphics/libepoxy
parent21a7215c9a806f970a618637b3834065873c16cc (diff)
downloadports-a83aa892bbbdfec0b5bfaa11d658afe02f38dadb.tar.gz
ports-a83aa892bbbdfec0b5bfaa11d658afe02f38dadb.zip
- Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed)
Notes
Notes: svn path=/head/; revision=433287
Diffstat (limited to 'graphics/libepoxy')
-rw-r--r--graphics/libepoxy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile
index 1ac945bdd9a1..a74af393970c 100644
--- a/graphics/libepoxy/Makefile
+++ b/graphics/libepoxy/Makefile
@@ -9,7 +9,7 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= Library to handle OpenGL function pointer management
LICENSE= MIT
-LICENSE_FILES= ${WRKSRC}/COPYING
+LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= anholt