diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-06-06 07:25:50 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-06-06 07:25:50 +0000 |
commit | 9ca07bcce0bc7d665bac4866ef1d2d7d70d5fc1d (patch) | |
tree | 2ba7f9c4d405b6e296651d96b0b465350cfd058a /dns | |
parent | - Fix categories (diff) |
Modify MAINTAINER for use with slave ports
Use DOCSDIR
PR: ports/73186
Submitted by: leeym
Notes
Notes:
svn path=/head/; revision=136891
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind8/Makefile | 2 | ||||
-rw-r--r-- | dns/bind8/pkg-plist | 98 |
2 files changed, 50 insertions, 50 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index 7a57765295a2..f0ea22eeb1d9 100644 --- a/dns/bind8/Makefile +++ b/dns/bind8/Makefile @@ -18,7 +18,7 @@ MASTER_SITE_SUBDIR= bind/src/${PORTVERSION} DISTFILES= bind-src.tar.gz bind-doc.tar.gz DIST_SUBDIR= bind-${PORTVERSION} -MAINTAINER= DougB@FreeBSD.org +MAINTAINER?= DougB@FreeBSD.org COMMENT= The Berkeley Internet Name Domain, an implementation of DNS .if defined(PORT_REPLACES_BASE_BIND8_INCLUDES) diff --git a/dns/bind8/pkg-plist b/dns/bind8/pkg-plist index 69b4fbdd2082..de591047a017 100644 --- a/dns/bind8/pkg-plist +++ b/dns/bind8/pkg-plist @@ -34,57 +34,57 @@ sbin/irpd sbin/named sbin/named-bootconf sbin/ndc -%%PORTDOCS%%share/doc/bind/CHANGES -%%PORTDOCS%%share/doc/bind/DNSSEC -%%PORTDOCS%%share/doc/bind/LICENSE -%%PORTDOCS%%share/doc/bind/LICENSE_RSA -%%PORTDOCS%%share/doc/bind/README -%%PORTDOCS%%share/doc/bind/SUPPORT -%%PORTDOCS%%share/doc/bind/TODO -%%PORTDOCS%%share/doc/bind/conf/README -%%PORTDOCS%%share/doc/bind/conf/recursive/keep-running -%%PORTDOCS%%share/doc/bind/conf/recursive/named-res1.conf -%%PORTDOCS%%share/doc/bind/conf/recursive/named.conf.rfc1918-stubs -%%PORTDOCS%%share/doc/bind/conf/recursive/pri/127.0.0 -%%PORTDOCS%%share/doc/bind/conf/recursive/pri/localhost -%%PORTDOCS%%share/doc/bind/conf/recursive/root.cache -%%PORTDOCS%%share/doc/bind/conf/workstation/named.conf -%%PORTDOCS%%share/doc/bind/conf/workstation/pri/127.0.0 -%%PORTDOCS%%share/doc/bind/conf/workstation/pri/localhost -%%PORTDOCS%%share/doc/bind/conf/workstation/root.cache -%%PORTDOCS%%share/doc/bind/conf/workstation/stub/README -%%PORTDOCS%%share/doc/bind/html/acl.html -%%PORTDOCS%%share/doc/bind/html/address_list.html -%%PORTDOCS%%share/doc/bind/html/comments.html -%%PORTDOCS%%share/doc/bind/html/config.html -%%PORTDOCS%%share/doc/bind/html/controls.html -%%PORTDOCS%%share/doc/bind/html/docdef.html -%%PORTDOCS%%share/doc/bind/html/example.html -%%PORTDOCS%%share/doc/bind/html/include.html -%%PORTDOCS%%share/doc/bind/html/index.html -%%PORTDOCS%%share/doc/bind/html/key.html -%%PORTDOCS%%share/doc/bind/html/logging.html -%%PORTDOCS%%share/doc/bind/html/master.html -%%PORTDOCS%%share/doc/bind/html/options.html -%%PORTDOCS%%share/doc/bind/html/server.html -%%PORTDOCS%%share/doc/bind/html/trusted-keys.html -%%PORTDOCS%%share/doc/bind/html/zone.html -%%PORTDOCS%%share/doc/bind/misc/DynamicUpdate -%%PORTDOCS%%share/doc/bind/misc/FAQ.1of2 -%%PORTDOCS%%share/doc/bind/misc/FAQ.2of2 -%%PORTDOCS%%share/doc/bind/misc/rfc2317-notes.txt -%%PORTDOCS%%share/doc/bind/misc/style.txt +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/DNSSEC +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_RSA +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/SUPPORT +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/conf/README +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/keep-running +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/named-res1.conf +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/named.conf.rfc1918-stubs +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/pri/127.0.0 +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/pri/localhost +%%PORTDOCS%%%%DOCSDIR%%/conf/recursive/root.cache +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/named.conf +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/pri/127.0.0 +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/pri/localhost +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/root.cache +%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/stub/README +%%PORTDOCS%%%%DOCSDIR%%/html/acl.html +%%PORTDOCS%%%%DOCSDIR%%/html/address_list.html +%%PORTDOCS%%%%DOCSDIR%%/html/comments.html +%%PORTDOCS%%%%DOCSDIR%%/html/config.html +%%PORTDOCS%%%%DOCSDIR%%/html/controls.html +%%PORTDOCS%%%%DOCSDIR%%/html/docdef.html +%%PORTDOCS%%%%DOCSDIR%%/html/example.html +%%PORTDOCS%%%%DOCSDIR%%/html/include.html +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/key.html +%%PORTDOCS%%%%DOCSDIR%%/html/logging.html +%%PORTDOCS%%%%DOCSDIR%%/html/master.html +%%PORTDOCS%%%%DOCSDIR%%/html/options.html +%%PORTDOCS%%%%DOCSDIR%%/html/server.html +%%PORTDOCS%%%%DOCSDIR%%/html/trusted-keys.html +%%PORTDOCS%%%%DOCSDIR%%/html/zone.html +%%PORTDOCS%%%%DOCSDIR%%/misc/DynamicUpdate +%%PORTDOCS%%%%DOCSDIR%%/misc/FAQ.1of2 +%%PORTDOCS%%%%DOCSDIR%%/misc/FAQ.2of2 +%%PORTDOCS%%%%DOCSDIR%%/misc/rfc2317-notes.txt +%%PORTDOCS%%%%DOCSDIR%%/misc/style.txt share/misc/nslookup.help @unexec rmdir %D/%%INCLUDE_PATH%%/arpa 2>/dev/null || true @unexec rmdir %D/%%INCLUDE_PATH%%/isc 2>/dev/null || true @unexec rmdir %D/%%INCLUDE_PATH%%/sys 2>/dev/null || true @unexec rmdir %D/%%INCLUDE_PATH%% 2>/dev/null || true -%%PORTDOCS%%@dirrm share/doc/bind/conf/recursive/pri -%%PORTDOCS%%@dirrm share/doc/bind/conf/recursive -%%PORTDOCS%%@dirrm share/doc/bind/conf/workstation/pri -%%PORTDOCS%%@dirrm share/doc/bind/conf/workstation/stub -%%PORTDOCS%%@dirrm share/doc/bind/conf/workstation -%%PORTDOCS%%@dirrm share/doc/bind/conf -%%PORTDOCS%%@dirrm share/doc/bind/html -%%PORTDOCS%%@dirrm share/doc/bind/misc -%%PORTDOCS%%@dirrm share/doc/bind/ +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/recursive/pri +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/recursive +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/workstation/pri +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/workstation/stub +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf/workstation +%%PORTDOCS%%@dirrm %%DOCSDIR%%/conf +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/misc +%%PORTDOCS%%@dirrm %%DOCSDIR%%/ |