diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-06-25 20:22:17 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-06-25 20:22:17 +0000 |
commit | ce5fc21e509fe96d1a0f2fb747c62e1226243fa8 (patch) | |
tree | c62f93d898d719d6594605219b21eab77f175fae /net/bind8/files | |
parent | Upgrade to new GNU shtool, version 1.3.0 (diff) |
Nuke bind8, it's been in the base system for a while now.
Notes
Notes:
svn path=/head/; revision=19770
Diffstat (limited to 'net/bind8/files')
-rw-r--r-- | net/bind8/files/patch-aa | 29 | ||||
-rw-r--r-- | net/bind8/files/patch-ab | 42 |
2 files changed, 0 insertions, 71 deletions
diff --git a/net/bind8/files/patch-aa b/net/bind8/files/patch-aa deleted file mode 100644 index f52abb9e8392..000000000000 --- a/net/bind8/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ ---- 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,12 +1,14 @@ - 'CC=cc' --'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' -+'DESTMAN=${PREFIX}/man' -+'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' -@@ -16,3 +18,4 @@ - 'CATEXT=0' - 'PS=ps' - 'RANLIB=ranlib' -+'SH=${SH}' diff --git a/net/bind8/files/patch-ab b/net/bind8/files/patch-ab deleted file mode 100644 index 2666baa8847c..000000000000 --- a/net/bind8/files/patch-ab +++ /dev/null @@ -1,42 +0,0 @@ ---- 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= ${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 -@@ -105,7 +105,7 @@ - # can be used. - # MANROFF = cat - # --MANROFF = ( tbl | nroff -mandoc ) -+MANROFF = cat - - # - # Default extensions for installed manual entries. The following variables |