diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-18 03:21:45 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-18 03:21:45 +0800 |
commit | c8b9433fc56b2ed8056c17645616a024d3cc565d (patch) | |
tree | 90cd9aa133a286d9e1918efac3a7385376b9c843 /devel/gettext-runtime | |
parent | 95dc7c087f1bc310a85a14264d2523bf559ad5bb (diff) | |
download | freebsd-ports-gnome-c8b9433fc56b2ed8056c17645616a024d3cc565d.tar.gz freebsd-ports-gnome-c8b9433fc56b2ed8056c17645616a024d3cc565d.tar.zst freebsd-ports-gnome-c8b9433fc56b2ed8056c17645616a024d3cc565d.zip |
Fix some misspelled or duplicated LICENSE_*
Diffstat (limited to 'devel/gettext-runtime')
-rw-r--r-- | devel/gettext-runtime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gettext-runtime/Makefile b/devel/gettext-runtime/Makefile index 711eb65e489b..33dbbcf4637b 100644 --- a/devel/gettext-runtime/Makefile +++ b/devel/gettext-runtime/Makefile @@ -11,8 +11,8 @@ COMMENT= GNU gettext runtime libraries and programs LICENSE= LGPL21+ GPLv3+ LICENSE_COMB= multi -LICENSE_FILE_LGPL21= ${WRKSRC}/intl/COPYING.LIB -LICENSE_FILE_GPLv3= ${WRKSRC}/../COPYING +LICENSE_FILE_LGPL21+ = ${WRKSRC}/intl/COPYING.LIB +LICENSE_FILE_GPLv3+ = ${WRKSRC}/../COPYING .include "${.CURDIR}/../gettext/Makefile.common" |