diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-08-03 00:51:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-08-03 00:51:14 +0000 |
commit | e94fb038bc12e4182a57b65a0f6c182a19197c8b (patch) | |
tree | 235a73bac719ed71dc45a8c1b4ac9e448230005d /dns/nsd/files/patch-Makefile | |
parent | Reset bouncing maintainer address (diff) |
* Update to 1.2.2
PR: 54474
Submitted by: Nick Hilliard <nick@foobar.org>
* Reset MAINTAINER address that does not point to the FreeBSD port
maintainer.
Notes
Notes:
svn path=/head/; revision=86206
Diffstat (limited to 'dns/nsd/files/patch-Makefile')
-rw-r--r-- | dns/nsd/files/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dns/nsd/files/patch-Makefile b/dns/nsd/files/patch-Makefile deleted file mode 100644 index 28b6f2d4b74c..000000000000 --- a/dns/nsd/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Wed Feb 12 14:17:18 2003 -+++ Makefile Wed Feb 12 14:17:35 2003 -@@ -67,7 +67,7 @@ - # - - # The directory where the nsd nsdc and zonec binaries will be installed --PREFIX = /usr/local -+#PREFIX = /usr/local - NSDBINDIR = ${PREFIX}/sbin - NSDMANDIR = ${PREFIX}/man/man8 - |