Index: head/sysutils/libsysstat/Makefile =================================================================== --- head/sysutils/libsysstat/Makefile (revision 512886) +++ head/sysutils/libsysstat/Makefile (revision 512887) @@ -1,23 +1,24 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= libsysstat PORTVERSION= 0.4.2 PORTREVISION= 1 CATEGORIES= sysutils 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 Index: head/sysutils/libsysstat/pkg-descr =================================================================== --- head/sysutils/libsysstat/pkg-descr (revision 512886) +++ head/sysutils/libsysstat/pkg-descr (revision 512887) @@ -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/