diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-02 01:07:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-02 01:07:53 +0800 |
commit | e7d2101a963888b83937ba97ce1ee2c3269ce830 (patch) | |
tree | 61284d65a782b8c1e850bec3dcb0ce7f78e0e69f /dns/dns2tcp | |
parent | d0cf870f06dbe4e55142a3e5012e883d51bf2e46 (diff) | |
download | freebsd-ports-gnome-e7d2101a963888b83937ba97ce1ee2c3269ce830.tar.gz freebsd-ports-gnome-e7d2101a963888b83937ba97ce1ee2c3269ce830.tar.zst freebsd-ports-gnome-e7d2101a963888b83937ba97ce1ee2c3269ce830.zip |
- Stage support
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> |