diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-07-20 11:38:51 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-07-20 11:38:51 +0000 |
commit | 2789fddb34b428b3e7a1982be27034712838e859 (patch) | |
tree | dbefbae2ff7a619246494cb4eb51221eae3d9578 | |
parent | ca4f4bdadb0017ef90599c13fba52c875a96cf23 (diff) | |
download | ports-2789fddb34b428b3e7a1982be27034712838e859.tar.gz ports-2789fddb34b428b3e7a1982be27034712838e859.zip |
deskutils/gsimplecal: Fix license type
- add LICENSE_FILE
- bump PORTREVISION
-rw-r--r-- | deskutils/gsimplecal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/gsimplecal/Makefile b/deskutils/gsimplecal/Makefile index 17c54038acb4..26b44adc9e43 100644 --- a/deskutils/gsimplecal/Makefile +++ b/deskutils/gsimplecal/Makefile @@ -1,12 +1,14 @@ PORTNAME= gsimplecal DISTVERSIONPREFIX= v DISTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Lightweight calendar applet written in C++ using GTK -LICENSE= GPLv3 +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf compiler:c++11-lang gmake gnome pkgconfig USE_GITHUB= yes |