diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-02 21:41:47 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-02 21:41:47 +0000 |
commit | e929aea23c678404413a50eb73c457b8960438e1 (patch) | |
tree | 703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /net/tcping | |
parent | 149be67400eb8cd7ef5777241693267dc5e74076 (diff) |
Notes
Diffstat (limited to 'net/tcping')
-rw-r--r-- | net/tcping/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcping/Makefile b/net/tcping/Makefile index a9a66d9dcdbf..a0a6aa1a0152 100644 --- a/net/tcping/Makefile +++ b/net/tcping/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.linuxco.de/tcping/ \ MAINTAINER= dryice@FreeBSD.org COMMENT= Do a TCP connect to the given IP/port combination -LICENSE= LGPL3 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LICENSE PLIST_FILES= bin/tcping PORTDOCS= README |