svn commit: r540995 - in head/security/putty: . files

Matthias Andree mandree at FreeBSD.org
Wed Jul 1 22:14:46 UTC 2020


Author: mandree
Date: Wed Jul  1 22:14:45 2020
New Revision: 540995
URL: https://svnweb.freebsd.org/changeset/ports/540995

Log:
  security/putty*: take LICENCE file from extracted source,
  
  ...rather than copying it into $FILESDIR where it would require
  maintenance.
  
  Reported by:	danfe@

Deleted:
  head/security/putty/files/LICENCE
Modified:
  head/security/putty/Makefile

Modified: head/security/putty/Makefile
==============================================================================
--- head/security/putty/Makefile	Wed Jul  1 20:55:43 2020	(r540994)
+++ head/security/putty/Makefile	Wed Jul  1 22:14:45 2020	(r540995)
@@ -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


More information about the svn-ports-all mailing list