diff options
Diffstat (limited to 'net/tcpcat')
-rw-r--r-- | net/tcpcat/Makefile | 1 | ||||
-rw-r--r-- | net/tcpcat/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpcat/Makefile b/net/tcpcat/Makefile index 80d2a1f22646..4a46144eb2ac 100644 --- a/net/tcpcat/Makefile +++ b/net/tcpcat/Makefile @@ -14,5 +14,6 @@ MAINTAINER= roam@FreeBSD.org COMMENT= "A simple utility for sending/receiving data over a TCP or a Unix-domain socket" GNU_CONFIGURE= yes +PLIST_FILES= bin/tcpcat .include <bsd.port.mk> diff --git a/net/tcpcat/pkg-plist b/net/tcpcat/pkg-plist deleted file mode 100644 index 429dba6bcf12..000000000000 --- a/net/tcpcat/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/tcpcat |