Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2015 08:59:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202786] [Maintainer] security/kc: fix LICENSE_FILE variable
Message-ID:  <bug-202786-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: leva@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202786-13>