diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-15 13:52:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-15 13:52:19 +0800 |
commit | 2ae37c4cd8cce3fa9b773097747941df28212433 (patch) | |
tree | 9a4ecf12dcb460468a63fe08b3c98cf2aba8ec98 | |
parent | 70b7cb918519e3b9e4b9c21d6c9f949567278f7c (diff) | |
download | freebsd-ports-gnome-2ae37c4cd8cce3fa9b773097747941df28212433.tar.gz freebsd-ports-gnome-2ae37c4cd8cce3fa9b773097747941df28212433.tar.zst freebsd-ports-gnome-2ae37c4cd8cce3fa9b773097747941df28212433.zip |
Update LICENSE
PR: 222305
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
-rw-r--r-- | security/logcheck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index 61069e9a7287..91b634e99fa0 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= yasu@utahime.org COMMENT= Auditing tool for system logs on Unix boxes -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= docbook-to-man>0:textproc/docbook-to-man |