Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2016 13:08:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406317 - head/net/tcptraceroute
Message-ID:  <201601171308.u0HD8KwR097412@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 17 13:08:20 2016
New Revision: 406317
URL: https://svnweb.freebsd.org/changeset/ports/406317

Log:
  - Add LICENSE_FILE
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/tcptraceroute/Makefile

Modified: head/net/tcptraceroute/Makefile
==============================================================================
--- head/net/tcptraceroute/Makefile	Sun Jan 17 13:08:15 2016	(r406316)
+++ head/net/tcptraceroute/Makefile	Sun Jan 17 13:08:20 2016	(r406317)
@@ -10,6 +10,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Traceroute implementation using TCP packets
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 



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