aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-02 01:07:53 +0800
committermiwi <miwi@FreeBSD.org>2014-02-02 01:07:53 +0800
commite7d2101a963888b83937ba97ce1ee2c3269ce830 (patch)
tree61284d65a782b8c1e850bec3dcb0ce7f78e0e69f /dns
parentd0cf870f06dbe4e55142a3e5012e883d51bf2e46 (diff)
downloadfreebsd-ports-gnome-e7d2101a963888b83937ba97ce1ee2c3269ce830.tar.gz
freebsd-ports-gnome-e7d2101a963888b83937ba97ce1ee2c3269ce830.tar.zst
freebsd-ports-gnome-e7d2101a963888b83937ba97ce1ee2c3269ce830.zip
- Stage support
Diffstat (limited to 'dns')
-rw-r--r--dns/dns2tcp/Makefile6
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>