diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2021-04-21 04:51:08 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2021-04-21 04:55:34 +0800 |
commit | bb02a5b90880fc52c958ec333bdb72a4d3b5b57c (patch) | |
tree | 5430cda77e7c32de23b4da7fb722c4b83a4202d3 /net-im | |
parent | 53c253cb1eb7841af675d91a8fe1ec21dfafb879 (diff) | |
download | freebsd-ports-gnome-bb02a5b90880fc52c958ec333bdb72a4d3b5b57c.tar.gz freebsd-ports-gnome-bb02a5b90880fc52c958ec333bdb72a4d3b5b57c.tar.zst freebsd-ports-gnome-bb02a5b90880fc52c958ec333bdb72a4d3b5b57c.zip |
net-im/libpurple: Fix LICENSE typo.
This prompts me to think I need to have portlint check validity.
PR: 255279
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libpurple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 96c4b1e89153..21d2b2614656 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -10,7 +10,7 @@ DISTNAME= pidgin-${PORTVERSION} MAINTAINER?= marcus@FreeBSD.org COMMENT?= Backend library for the Pidgin multi-protocol messaging client -LICENSE= GPL3 +LICENSE= GPLv3 USES+= cpe gettext gmake gnome libtool localbase pathfix pkgconfig \ tar:bzip2 |