summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2020-07-01 22:14:45 +0000
committerMatthias Andree <mandree@FreeBSD.org>2020-07-01 22:14:45 +0000
commit8463ea12543addcf8cd26900439a466a1fd1e424 (patch)
treedc27b13e003802de76ddefd30f8954ad8e6b069b /security
parentAdd compiler:c++17-lang to USES to attempt to fix the build on GCC-based (diff)
security/putty*: take LICENCE file from extracted source,
...rather than copying it into $FILESDIR where it would require maintenance. Reported by: danfe@
Notes
Notes: svn path=/head/; revision=540995
Diffstat (limited to 'security')
-rw-r--r--security/putty/Makefile2
-rw-r--r--security/putty/files/LICENCE27
2 files changed, 1 insertions, 28 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile
index b948360eb805..9f55f4b37bcc 100644
--- a/security/putty/Makefile
+++ b/security/putty/Makefile
@@ -12,7 +12,7 @@ COMMENT= Secure shell and telnet client
# test plan: test ALL 4 GSSAPI_* options, ALL 3 GTK options, WITH_DEBUG=yes build.
LICENSE= MIT
-LICENSE_FILE= ${FILESDIR}/LICENCE
+LICENSE_FILE= ${PATCH_WRKSRC}/LICENCE
USES= cpe gmake pkgconfig
CPE_VENDOR= simon_tatham
diff --git a/security/putty/files/LICENCE b/security/putty/files/LICENCE
deleted file mode 100644
index 148912aebb60..000000000000
--- a/security/putty/files/LICENCE
+++ /dev/null
@@ -1,27 +0,0 @@
-PuTTY is copyright 1997-2020 Simon Tatham.
-
-Portions copyright Robert de Bath, Joris van Rantwijk, Delian
-Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,
-Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus
-Kuhn, Colin Watson, Christopher Staite, Lorenz Diener, Christian
-Brabandt, Jeff Smith, Pavel Kryukov, Maxim Kuznetsov, Svyatoslav
-Kuzmich, Nico Williams, Viktor Dukhovni, and CORE SDI S.A.
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE
-FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
-CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.