diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 12:00:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 12:00:30 +0000 |
commit | c2866e7e03e21bb8c87264f3e94eb0771ff2929f (patch) | |
tree | bb60854c08a09d1f82d638352a523fd80ba34d9a /net/ptunnel | |
parent | c3a0a8dbd29cde9f34420927fdebd1f51bcc3ae2 (diff) | |
download | ports-c2866e7e03e21bb8c87264f3e94eb0771ff2929f.tar.gz ports-c2866e7e03e21bb8c87264f3e94eb0771ff2929f.zip |
Notes
Diffstat (limited to 'net/ptunnel')
-rw-r--r-- | net/ptunnel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ptunnel/Makefile b/net/ptunnel/Makefile index 727c60a26f0e..56efb93a20d3 100644 --- a/net/ptunnel/Makefile +++ b/net/ptunnel/Makefile @@ -13,7 +13,7 @@ COMMENT= Tunneling TCP connections over ICMP echo request and reply LICENSE= BSD3CLAUSE WRKSRC= ${WRKDIR}/PingTunnel -USE_GMAKE= yes +USES= gmake PLIST_FILES= bin/ptunnel man/man8/ptunnel.8.gz |