summaryrefslogtreecommitdiff
path: root/net/bind8/files
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-05-21 00:42:35 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-05-21 00:42:35 +0000
commit7eabacc47e998ccebb064daf690552ea71b8f58d (patch)
treefdda7812ee2f93e51e623f05167f44f96af15586 /net/bind8/files
parentWrite javascript junk only if it is enabled (diff)
Upgrade to version 8.1.2.
Submitted by: Studded@dal.net
Notes
Notes: svn path=/head/; revision=11086
Diffstat (limited to 'net/bind8/files')
-rw-r--r--net/bind8/files/patch-aa14
1 files changed, 9 insertions, 5 deletions
diff --git a/net/bind8/files/patch-aa b/net/bind8/files/patch-aa
index 7f4e15ac3825..cb9f305b390d 100644
--- a/net/bind8/files/patch-aa
+++ b/net/bind8/files/patch-aa
@@ -1,13 +1,15 @@
---- 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 @@
+--- Makefile.set.orig Thu Mar 19 11:50:30 1998
++++ Makefile.set Mon May 18 15:42:02 1998
+@@ -1,12 +1,14 @@
'CC=cc'
- 'CDEBUG=-O2 -g'
+-'CDEBUG=-O2 -g'
-'DESTBIN=/usr/bin'
-'DESTSBIN=/usr/sbin'
-'DESTEXEC=/usr/libexec'
-'DESTMAN=/usr/share/man'
-'DESTHELP=/usr/share/misc'
+-'DESTETC=/etc'
++'CDEBUG=-O2'
+'DESTBIN=${PREFIX}/bin'
+'DESTSBIN=${PREFIX}/sbin'
+'DESTEXEC=${PREFIX}/libexec'
@@ -15,10 +17,12 @@
+'DESTHELP=${PREFIX}/share/misc'
+'DESTINC=${PREFIX}/include/bind'
+'DESTLIB=${PREFIX}/lib'
+ 'DESTRUN=/var/run'
++'DESTETC=/etc'
'LEX=lex -I'
'YACC=yacc -d'
'SYSLIBS=-ll -lutil'
-@@ -14,3 +16,4 @@
+@@ -16,3 +18,4 @@
'CATEXT=0'
'PS=ps'
'RANLIB=ranlib'