diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-01 17:07:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-01 17:07:53 +0000 |
commit | 9a4528c0c12fae3f433a73bb4c3620d894ae666e (patch) | |
tree | 61284d65a782b8c1e850bec3dcb0ce7f78e0e69f /dns/dns2tcp | |
parent | c0e4ca0aab11475f93e5350adddfa075a0fac11c (diff) | |
download | ports-9a4528c0c12fae3f433a73bb4c3620d894ae666e.tar.gz ports-9a4528c0c12fae3f433a73bb4c3620d894ae666e.zip |
Notes
Diffstat (limited to 'dns/dns2tcp')
-rw-r--r-- | dns/dns2tcp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/dns2tcp/Makefile b/dns/dns2tcp/Makefile index c9ae7461dc1d..eff611576216 100644 --- a/dns/dns2tcp/Makefile +++ b/dns/dns2tcp/Makefile @@ -11,8 +11,8 @@ COMMENT= Dns2tcp is a tool for relaying TCP connections over DNS GNU_CONFIGURE= yes -PLIST_FILES= bin/dns2tcpc bin/dns2tcpd -MAN1= dns2tcpc.1 dns2tcpd.1 +PLIST_FILES= bin/dns2tcpc bin/dns2tcpd \ + man/man1/dns2tcpc.1.gz \ + man/man1/dns2tcpd.1.gz -NO_STAGE= yes .include <bsd.port.mk> |