diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-06-07 12:40:51 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-06-07 12:40:51 +0000 |
commit | 9ed57ea3339ebbefd9bd22052c4e1bf6849bdd0f (patch) | |
tree | a1a3da9f19fd6b6ebea01281fa46046b79024468 /net/bind84/files/patch-ab | |
parent | Update to 2.042 (diff) |
New port for BIND 8.4.0, copied from the existing bind port,
with minor modifications.
Notes
Notes:
svn path=/head/; revision=82449
Diffstat (limited to 'net/bind84/files/patch-ab')
-rw-r--r-- | net/bind84/files/patch-ab | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/net/bind84/files/patch-ab b/net/bind84/files/patch-ab new file mode 100644 index 000000000000..5a7d1aba50c2 --- /dev/null +++ b/net/bind84/files/patch-ab @@ -0,0 +1,42 @@ +--- doc/man/Makefile.orig Fri Mar 14 04:43:51 1997 ++++ doc/man/Makefile Mon Jan 5 14:03:46 1998 +@@ -52,26 +52,26 @@ + # Target directory for the manual directory tree. Eg., may be used to + # specify the path of an NFS-mounted directory for common files. + # +-DESTDIR= ++DESTDIR= ${MANPREFIX} + + # + # Default location for manual section directories. + # +-DESTMAN= /usr/share/man ++DESTMAN= /man + + # + # Install manuals in ${MANDIR}N. For systems that generate catable manual + # entries on the fly, use + # MANDIR = man + # +-MANDIR = cat ++MANDIR = man + + # + # Default extension for manual entries. To install the manual entries under + # their `real' extensions use + # CATEXT = $$N + # +-CATEXT = 0 ++CATEXT = $$N + + # + # Command to install manual entries +@@ -105,7 +105,7 @@ + # can be used. + # MANROFF = cat + # +-MANROFF = ( tbl | nroff -mandoc ) ++MANROFF = cat + + # + # Default extensions for installed manual entries. The following variables |