diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:41:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:41:35 +0000 |
commit | e1906e85ed4521c96066ce130869615c304c2a7a (patch) | |
tree | 2168725e487d131fef0e49ba7dfdd230e3466624 /net/domtools/files | |
parent | Chase repocopies towards ports/dns (diff) |
Massive repo-copies request: net->dns (partly devel->dns)
The category "dns" has been added, now is the time to move
the dns-related ports to the new world. Is there anyone who
is brave enough to complete this difficult job? ;)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=88582
Diffstat (limited to 'net/domtools/files')
-rw-r--r-- | net/domtools/files/patch-aa | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/net/domtools/files/patch-aa b/net/domtools/files/patch-aa deleted file mode 100644 index 0b32844d72e4..000000000000 --- a/net/domtools/files/patch-aa +++ /dev/null @@ -1,53 +0,0 @@ ---- Makefile.old Wed Aug 16 23:22:00 2000 -+++ Makefile Wed Aug 16 23:23:05 2000 -@@ -35,12 +35,12 @@ - # This directory is created, below, if it doesn't exist. - # "bin" will put it in $LDEST/bin. - # "bin/domtools" (my favorite) puts it in $LDEST/bin/domtools. --DOMBIN=bin/domtools -+DOMBIN=domtools/bin - #DOMBIN=bin - - # Library sub-directory under $LDEST where other files such as awk scripts should go. - # This directory is created, below, if it doesn't exist. --DOMLIB=lib/domtools -+DOMLIB=domtools/lib - - # Do you want a world-writable Zone Cache directory, or not? - # Good points: speeds up the axfr tool substantially. -@@ -103,7 +103,7 @@ - #OWNER= pab - - # Group for installing Domtools directories and files. --GROUP= bin -+GROUP= wheel - #GROUP= staff - #GROUP= oper - #GROUP= user -@@ -118,7 +118,7 @@ - # BSD-style installation command that creates missing parent dirs with "-d dir". - # You specify use Gnu Install here if you have it. - # First line is for BSD or SunOS; second is for SysV like Solaris 2. --INSTALL=install -+INSTALL=/usr/bin/install - #INSTALL=/usr/ucb/install - #INSTALL=/usr/local/gnu/bin/install - #INSTALL=/stor/gnu/aix/bin/install -@@ -148,7 +148,7 @@ - # Regardless of the name, it _must_ be a gnu-based awk. - # If you don't have gawk, get it and install it; or hosttbl,networktbl,netmasktbl - # tools won't work right. Gawk is much better than awk or nawk anyway. --GAWKPROG=gawk # many systems -+GAWKPROG=/usr/bin/awk # many systems - #GAWKPROG=awk # BSDI, Linux - #GAWKPROG=/usr/local/bin/awk - -@@ -233,7 +233,7 @@ - # (Very important for BIND 8 users, because zone file format changed) - # No, we don't want the sticky (text) bit set on this directory. - -if test $(ZONECACHEWANTED) -eq 1; then \ -- $(INSTALL) -m 777 $(CHOWNOPT) -g $(GROUP) -d $(PDEST)/$(ZONEDIR); \ -+ $(INSTALL) -m 1777 $(CHOWNOPT) -g $(GROUP) -d $(PDEST)/$(ZONEDIR); \ - rm -f $(PDEST)/$(ZONEDIR)/* > /dev/null 2>&1; \ - fi - for i in $(LIBS); do \ |