diff options
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> |