diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-04-09 09:32:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-04-09 09:32:22 +0000 |
commit | 647eb0890d04bd93893ca6673a02e838d15447d4 (patch) | |
tree | f42e9cbbd1bc546140f2246b9a2920e86f586f16 /x11 | |
parent | dcaf961bbc45322a01d3b8aa7b67a027ef21898f (diff) | |
download | freebsd-ports-647eb0890d04bd93893ca6673a02e838d15447d4.zip |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxqt-globalkeys/Makefile | 1 | ||||
-rw-r--r-- | x11/lxqt-globalkeys/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11/lxqt-globalkeys/Makefile b/x11/lxqt-globalkeys/Makefile index 885ede0cc451..6b36544a76e5 100644 --- a/x11/lxqt-globalkeys/Makefile +++ b/x11/lxqt-globalkeys/Makefile @@ -9,6 +9,7 @@ MAINTAINER= jsm@FreeBSD.org COMMENT= Global keyboard shortcuts registration LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++14-lang kde:5 xorg lxqt pkgconfig qt:5 tar:xz USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ diff --git a/x11/lxqt-globalkeys/pkg-descr b/x11/lxqt-globalkeys/pkg-descr index 75930cb4fa19..2f54f6e74755 100644 --- a/x11/lxqt-globalkeys/pkg-descr +++ b/x11/lxqt-globalkeys/pkg-descr @@ -1,4 +1,4 @@ Daemon and library for global keyboard shortcuts registration for the LXQt desktop. -WWW: http://lxqt.org/ +WWW: https://lxqt.org/ |