summaryrefslogtreecommitdiff
path: root/net/bind8/files
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1997-11-26 00:24:20 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1997-11-26 00:24:20 +0000
commit5166a6056f09d74255bf8d62c92ec037f972e17a (patch)
tree313ac2cb931e185e5feddc218eef18cc7a6a4bb6 /net/bind8/files
parentNow that Chuck has committed the changes to revert a2ps43 back to 4.3, (diff)
Import of bind 8.1.1 port.
PR: ports/4118
Notes
Notes: svn path=/head/; revision=8829
Diffstat (limited to 'net/bind8/files')
-rw-r--r--net/bind8/files/patch-aa25
-rw-r--r--net/bind8/files/patch-ab33
2 files changed, 58 insertions, 0 deletions
diff --git a/net/bind8/files/patch-aa b/net/bind8/files/patch-aa
new file mode 100644
index 000000000000..7f4e15ac3825
--- /dev/null
+++ b/net/bind8/files/patch-aa
@@ -0,0 +1,25 @@
+--- src/port/freebsd/Makefile.set.orig Mon Jun 16 23:30:35 1997
++++ src/port/freebsd/Makefile.set Tue Nov 25 18:51:41 1997
+@@ -1,10 +1,12 @@
+ 'CC=cc'
+ 'CDEBUG=-O2 -g'
+-'DESTBIN=/usr/bin'
+-'DESTSBIN=/usr/sbin'
+-'DESTEXEC=/usr/libexec'
+-'DESTMAN=/usr/share/man'
+-'DESTHELP=/usr/share/misc'
++'DESTBIN=${PREFIX}/bin'
++'DESTSBIN=${PREFIX}/sbin'
++'DESTEXEC=${PREFIX}/libexec'
++'DESTMAN=${PREFIX}/man'
++'DESTHELP=${PREFIX}/share/misc'
++'DESTINC=${PREFIX}/include/bind'
++'DESTLIB=${PREFIX}/lib'
+ 'LEX=lex -I'
+ 'YACC=yacc -d'
+ 'SYSLIBS=-ll -lutil'
+@@ -14,3 +16,4 @@
+ 'CATEXT=0'
+ 'PS=ps'
+ 'RANLIB=ranlib'
++'SH=${SH}'
diff --git a/net/bind8/files/patch-ab b/net/bind8/files/patch-ab
new file mode 100644
index 000000000000..20054cfcd842
--- /dev/null
+++ b/net/bind8/files/patch-ab
@@ -0,0 +1,33 @@
+--- doc/man/Makefile.orig Tue Nov 25 17:42:18 1997
++++ doc/man/Makefile Tue Nov 25 17:43:23 1997
+@@ -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= ${PREFIX}
+
+ #
+ # 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