diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-11-05 23:54:11 +0800 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-11-05 23:54:11 +0800 |
commit | 00417e7d2f9e157f9d9c5b3333417c56abaaa47d (patch) | |
tree | 026ec2028678529df035bcaebfd8f900d1b5e2aa /security/gnome-keyring | |
parent | c1c68932ea553b53c493a9153b4f7d75d649f408 (diff) | |
download | freebsd-ports-gnome-00417e7d2f9e157f9d9c5b3333417c56abaaa47d.tar.gz freebsd-ports-gnome-00417e7d2f9e157f9d9c5b3333417c56abaaa47d.tar.zst freebsd-ports-gnome-00417e7d2f9e157f9d9c5b3333417c56abaaa47d.zip |
Fix typos in the LICENSE_FILE variable name
Approved by: portmgr blanket
Diffstat (limited to 'security/gnome-keyring')
-rw-r--r-- | security/gnome-keyring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index a86d07c0ae2f..57ed9a13248f 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -12,7 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Program that keeps passwords and other secrets LICENSE= GPLv2 -LICENSE_FILES= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ docbook-xsl>=0:textproc/docbook-xsl \ |