summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-12-10 02:59:27 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-12-10 02:59:27 +0000
commit007ce88990eb1872821acdc39b8b0b55d0a60187 (patch)
treee0e1e67fbc60d458a96989f83aa7e6efd6868be5 /dns
parentAdd dependency on tcp_wrappers if PACKAGE_BUILDING is defined. (diff)
Install HTML documentation in ${PREFIX}/share/doc/bind8
PR: 7750
Notes
Notes: svn path=/head/; revision=15241
Diffstat (limited to 'dns')
-rw-r--r--dns/bind8/Makefile4
-rw-r--r--dns/bind8/pkg-plist14
-rw-r--r--dns/bind9/Makefile4
-rw-r--r--dns/bind9/pkg-plist14
-rw-r--r--dns/bind94/Makefile4
-rw-r--r--dns/bind94/pkg-plist14
-rw-r--r--dns/bind95/Makefile4
-rw-r--r--dns/bind95/pkg-plist14
-rw-r--r--dns/bind96/Makefile4
-rw-r--r--dns/bind96/pkg-plist14
10 files changed, 85 insertions, 5 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile
index 08cf361a79d2..97a7566e2d11 100644
--- a/dns/bind8/Makefile
+++ b/dns/bind8/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
-# $Id: Makefile,v 1.5 1998/05/21 00:42:19 jseger Exp $
+# $Id: Makefile,v 1.6 1998/07/19 05:11:59 gpalmer Exp $
#
DISTNAME= bind-8.1.2
@@ -26,5 +26,7 @@ PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET})
+ ${MKDIR} ${PREFIX}/share/doc/bind8
+ ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8
.include <bsd.port.mk>
diff --git a/dns/bind8/pkg-plist b/dns/bind8/pkg-plist
index a1c9c06abbd2..c3020549d5fd 100644
--- a/dns/bind8/pkg-plist
+++ b/dns/bind8/pkg-plist
@@ -25,8 +25,22 @@ lib/libbind.a
libexec/named-xfer
sbin/named
sbin/ndc
+share/doc/bind8/acl.html
+share/doc/bind8/address_list.html
+share/doc/bind8/comments.html
+share/doc/bind8/config.html
+share/doc/bind8/docdef.html
+share/doc/bind8/example.html
+share/doc/bind8/include.html
+share/doc/bind8/index.html
+share/doc/bind8/key.html
+share/doc/bind8/logging.html
+share/doc/bind8/options.html
+share/doc/bind8/server.html
+share/doc/bind8/zone.html
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@dirrm include/bind/sys
@dirrm include/bind
+@dirrm share/doc/bind8 \ No newline at end of file
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile
index 08cf361a79d2..97a7566e2d11 100644
--- a/dns/bind9/Makefile
+++ b/dns/bind9/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
-# $Id: Makefile,v 1.5 1998/05/21 00:42:19 jseger Exp $
+# $Id: Makefile,v 1.6 1998/07/19 05:11:59 gpalmer Exp $
#
DISTNAME= bind-8.1.2
@@ -26,5 +26,7 @@ PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET})
+ ${MKDIR} ${PREFIX}/share/doc/bind8
+ ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8
.include <bsd.port.mk>
diff --git a/dns/bind9/pkg-plist b/dns/bind9/pkg-plist
index a1c9c06abbd2..c3020549d5fd 100644
--- a/dns/bind9/pkg-plist
+++ b/dns/bind9/pkg-plist
@@ -25,8 +25,22 @@ lib/libbind.a
libexec/named-xfer
sbin/named
sbin/ndc
+share/doc/bind8/acl.html
+share/doc/bind8/address_list.html
+share/doc/bind8/comments.html
+share/doc/bind8/config.html
+share/doc/bind8/docdef.html
+share/doc/bind8/example.html
+share/doc/bind8/include.html
+share/doc/bind8/index.html
+share/doc/bind8/key.html
+share/doc/bind8/logging.html
+share/doc/bind8/options.html
+share/doc/bind8/server.html
+share/doc/bind8/zone.html
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@dirrm include/bind/sys
@dirrm include/bind
+@dirrm share/doc/bind8 \ No newline at end of file
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile
index 08cf361a79d2..97a7566e2d11 100644
--- a/dns/bind94/Makefile
+++ b/dns/bind94/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
-# $Id: Makefile,v 1.5 1998/05/21 00:42:19 jseger Exp $
+# $Id: Makefile,v 1.6 1998/07/19 05:11:59 gpalmer Exp $
#
DISTNAME= bind-8.1.2
@@ -26,5 +26,7 @@ PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET})
+ ${MKDIR} ${PREFIX}/share/doc/bind8
+ ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8
.include <bsd.port.mk>
diff --git a/dns/bind94/pkg-plist b/dns/bind94/pkg-plist
index a1c9c06abbd2..c3020549d5fd 100644
--- a/dns/bind94/pkg-plist
+++ b/dns/bind94/pkg-plist
@@ -25,8 +25,22 @@ lib/libbind.a
libexec/named-xfer
sbin/named
sbin/ndc
+share/doc/bind8/acl.html
+share/doc/bind8/address_list.html
+share/doc/bind8/comments.html
+share/doc/bind8/config.html
+share/doc/bind8/docdef.html
+share/doc/bind8/example.html
+share/doc/bind8/include.html
+share/doc/bind8/index.html
+share/doc/bind8/key.html
+share/doc/bind8/logging.html
+share/doc/bind8/options.html
+share/doc/bind8/server.html
+share/doc/bind8/zone.html
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@dirrm include/bind/sys
@dirrm include/bind
+@dirrm share/doc/bind8 \ No newline at end of file
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile
index 08cf361a79d2..97a7566e2d11 100644
--- a/dns/bind95/Makefile
+++ b/dns/bind95/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
-# $Id: Makefile,v 1.5 1998/05/21 00:42:19 jseger Exp $
+# $Id: Makefile,v 1.6 1998/07/19 05:11:59 gpalmer Exp $
#
DISTNAME= bind-8.1.2
@@ -26,5 +26,7 @@ PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET})
+ ${MKDIR} ${PREFIX}/share/doc/bind8
+ ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8
.include <bsd.port.mk>
diff --git a/dns/bind95/pkg-plist b/dns/bind95/pkg-plist
index a1c9c06abbd2..c3020549d5fd 100644
--- a/dns/bind95/pkg-plist
+++ b/dns/bind95/pkg-plist
@@ -25,8 +25,22 @@ lib/libbind.a
libexec/named-xfer
sbin/named
sbin/ndc
+share/doc/bind8/acl.html
+share/doc/bind8/address_list.html
+share/doc/bind8/comments.html
+share/doc/bind8/config.html
+share/doc/bind8/docdef.html
+share/doc/bind8/example.html
+share/doc/bind8/include.html
+share/doc/bind8/index.html
+share/doc/bind8/key.html
+share/doc/bind8/logging.html
+share/doc/bind8/options.html
+share/doc/bind8/server.html
+share/doc/bind8/zone.html
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@dirrm include/bind/sys
@dirrm include/bind
+@dirrm share/doc/bind8 \ No newline at end of file
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile
index 08cf361a79d2..97a7566e2d11 100644
--- a/dns/bind96/Makefile
+++ b/dns/bind96/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 July 1997
# Whom: jseger@scds.com
#
-# $Id: Makefile,v 1.5 1998/05/21 00:42:19 jseger Exp $
+# $Id: Makefile,v 1.6 1998/07/19 05:11:59 gpalmer Exp $
#
DISTNAME= bind-8.1.2
@@ -26,5 +26,7 @@ PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP}
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET})
+ ${MKDIR} ${PREFIX}/share/doc/bind8
+ ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8
.include <bsd.port.mk>
diff --git a/dns/bind96/pkg-plist b/dns/bind96/pkg-plist
index a1c9c06abbd2..c3020549d5fd 100644
--- a/dns/bind96/pkg-plist
+++ b/dns/bind96/pkg-plist
@@ -25,8 +25,22 @@ lib/libbind.a
libexec/named-xfer
sbin/named
sbin/ndc
+share/doc/bind8/acl.html
+share/doc/bind8/address_list.html
+share/doc/bind8/comments.html
+share/doc/bind8/config.html
+share/doc/bind8/docdef.html
+share/doc/bind8/example.html
+share/doc/bind8/include.html
+share/doc/bind8/index.html
+share/doc/bind8/key.html
+share/doc/bind8/logging.html
+share/doc/bind8/options.html
+share/doc/bind8/server.html
+share/doc/bind8/zone.html
share/misc/nslookup.help
@dirrm include/bind/arpa
@dirrm include/bind/isc
@dirrm include/bind/sys
@dirrm include/bind
+@dirrm share/doc/bind8 \ No newline at end of file