[Bug 202786] [Maintainer] security/kc: fix LICENSE_FILE variable

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 31 08:59:00 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202786

            Bug ID: 202786
           Summary: [Maintainer] security/kc: fix LICENSE_FILE variable
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: leva at ecentrum.hu

Somehow something or someone :) added the LICENSE_FILE variable to this port,
but with a wrong filename. This attempts to fix it:


Index: Makefile
===================================================================
--- Makefile    (revision 395655)
+++ Makefile    (working copy)
@@ -10,7 +10,7 @@
 COMMENT=       Console based password storing application

 LICENSE=       BSD2CLAUSE
-LICENSE_FILE=  ${WRKSRC}/COPYING
+LICENSE_FILE=  ${WRKSRC}/LICENSE

 LIB_DEPENDS=   libxml2.so:${PORTSDIR}/textproc/libxml2 \
                libpcre.so:${PORTSDIR}/devel/pcre

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list