diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-15 13:52:19 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:32:15 +0800 |
commit | a83299408ad037226d250964054a195cfe72cdba (patch) | |
tree | 19596a67da6ab5616d4087304c7765376b62e815 /security | |
parent | 528a1ffad54c2b59d4f4b77ad3091f482a21e35c (diff) | |
download | freebsd-ports-gnome-a83299408ad037226d250964054a195cfe72cdba.tar.gz freebsd-ports-gnome-a83299408ad037226d250964054a195cfe72cdba.tar.zst freebsd-ports-gnome-a83299408ad037226d250964054a195cfe72cdba.zip |
Update LICENSE
PR: 222305
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Diffstat (limited to 'security')
-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 |