diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:08:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:08:20 +0800 |
commit | 2f0847a432ccba68d92b4cdaf1580ac61e3bbc0b (patch) | |
tree | 27dfe6573a076e66648a2fcfcf22d2ecae8d80a6 | |
parent | bfb62461d3fa333f2a731be13001a4a7806e72cd (diff) | |
download | freebsd-ports-gnome-2f0847a432ccba68d92b4cdaf1580ac61e3bbc0b.tar.gz freebsd-ports-gnome-2f0847a432ccba68d92b4cdaf1580ac61e3bbc0b.tar.zst freebsd-ports-gnome-2f0847a432ccba68d92b4cdaf1580ac61e3bbc0b.zip |
- Add LICENSE_FILE
Sponsored by: PortsCamp Taiwan
-rw-r--r-- | net/tcptraceroute/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tcptraceroute/Makefile b/net/tcptraceroute/Makefile index 33e21c2dae8b..492b33d0e3b4 100644 --- a/net/tcptraceroute/Makefile +++ b/net/tcptraceroute/Makefile @@ -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 |