aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-09-26 09:38:25 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-09-26 09:38:25 +0000
commit39abf603c9130e52f41d03b01e5eef4eb502dc40 (patch)
tree6da3dfdfa64ebfe4779e8224ca63865f2e981d79
parent4ca44d753a73ef772108dc79d1ec046763d82a85 (diff)
downloadports-39abf603c9130e52f41d03b01e5eef4eb502dc40.tar.gz
ports-39abf603c9130e52f41d03b01e5eef4eb502dc40.zip
- Fix LICENSE
- Add LICENSE_FILE - Cosmetic fixes - Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=512887
-rw-r--r--sysutils/libsysstat/Makefile9
-rw-r--r--sysutils/libsysstat/pkg-descr2
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/libsysstat/Makefile b/sysutils/libsysstat/Makefile
index 477c2c3d21b8..30fe0ab13c76 100644
--- a/sysutils/libsysstat/Makefile
+++ b/sysutils/libsysstat/Makefile
@@ -10,14 +10,15 @@ MASTER_SITES= LXQT/${PORTNAME}
MAINTAINER= jsm@FreeBSD.org
COMMENT= Library used to query system info and statistics
-LICENSE= LGPL21
+LICENSE= LGPL21+
+LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake compiler:c++11-lang lxqt pkgconfig tar:xz qt:5
-USE_QT= qmake_build buildtools_build core
+USES= cmake compiler:c++11-lang lxqt pkgconfig tar:xz qt:5
+USE_QT= qmake_build buildtools_build core
USE_LXQT= buildtools
USE_LDCONFIG= yes
post-extract:
- @${CP} ${FILESDIR}/config.h.in ${WRKSRC};
+ @${CP} ${FILESDIR}/config.h.in ${WRKSRC}
.include <bsd.port.mk>
diff --git a/sysutils/libsysstat/pkg-descr b/sysutils/libsysstat/pkg-descr
index 6dad55fa2870..d65b8508464b 100644
--- a/sysutils/libsysstat/pkg-descr
+++ b/sysutils/libsysstat/pkg-descr
@@ -1,4 +1,4 @@
Qt-based library to query system information like CPU, memory usage and
network traffic.
-WWW: http://lxqt.org/
+WWW: https://lxqt.org/