diff options
author | sanpei <sanpei@FreeBSD.org> | 2004-04-15 19:29:20 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2004-04-15 19:29:20 +0800 |
commit | 33862ddd687004cfe7882054ebee703227b6f931 (patch) | |
tree | 811006d60d3a047c1cbdccb68c256b6673c003a1 /dns/doc/Makefile | |
parent | fe54b714b8fa321c79c8181e2826d7c873cb0c53 (diff) | |
download | freebsd-ports-gnome-33862ddd687004cfe7882054ebee703227b6f931.tar.gz freebsd-ports-gnome-33862ddd687004cfe7882054ebee703227b6f931.tar.zst freebsd-ports-gnome-33862ddd687004cfe7882054ebee703227b6f931.zip |
statically define dig command.
doc was only support bind-8's dig, not support bind-9 one.
Diffstat (limited to 'dns/doc/Makefile')
-rw-r--r-- | dns/doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/doc/Makefile b/dns/doc/Makefile index c7f622ed0b0c..613524092c14 100644 --- a/dns/doc/Makefile +++ b/dns/doc/Makefile @@ -7,6 +7,7 @@ PORTNAME= doc PORTVERSION= 2.1.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= sanpei |