From 793d63aee035c9c548a709579ab61d776aac6826 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Mon, 2 Jan 2017 21:11:01 +0000 Subject: [PATCH] Add LICENSE_FILE. --- net/ptunnel/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/ptunnel/Makefile b/net/ptunnel/Makefile index 44ee4c8e978d..b57246afdb82 100644 --- a/net/ptunnel/Makefile +++ b/net/ptunnel/Makefile @@ -3,18 +3,19 @@ PORTNAME= ptunnel PORTVERSION= 0.72 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.cs.uit.no/~daniels/PingTunnel/ DISTNAME= PingTunnel-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org COMMENT= Tunneling TCP connections over ICMP echo request and reply LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -WRKSRC= ${WRKDIR}/PingTunnel USES= gmake - +WRKSRC= ${WRKDIR}/PingTunnel PLIST_FILES= bin/ptunnel man/man8/ptunnel.8.gz post-patch: