summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2020-08-06 09:36:27 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2020-08-06 09:36:27 +0000
commitb2be492a3ca576e86fe21c3ef59f877d79a923da (patch)
tree477e7329f9d1fbb1065971f23c6f9fc9a362b064
parentmail/py-afew: reset maintainership (diff)
- Fix LICENSE
- Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=544272
-rw-r--r--graphics/glfw/Makefile2
-rw-r--r--graphics/glfw/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile
index f13ea6a35fc7..921e46532af4 100644
--- a/graphics/glfw/Makefile
+++ b/graphics/glfw/Makefile
@@ -10,7 +10,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Portable framework for OpenGL development
LICENSE= ZLIB
-LICENSE_FILE= ${WRKSRC}/README.md
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= cmake:insource gl localbase zip
USE_GL= glu
diff --git a/graphics/glfw/pkg-descr b/graphics/glfw/pkg-descr
index fd911403b575..a7a725c850f7 100644
--- a/graphics/glfw/pkg-descr
+++ b/graphics/glfw/pkg-descr
@@ -3,4 +3,4 @@ OpenGL ES application development. It provides a simple,
platform-independent API for creating windows and contexts, reading
input, handling events, etc.
-WWW: http://www.glfw.org/
+WWW: https://www.glfw.org/