diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-13 06:19:25 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-13 06:19:25 +0800 |
commit | d140ddca32cf4bc930fc0b42aa7d8c3e0f8a8a2a (patch) | |
tree | 740b51e0492e2dbc058d306d42a3d298d3851993 /dns/nsd/files | |
parent | a2329285886da23263efb95955f2652a4815b243 (diff) | |
download | freebsd-ports-gnome-d140ddca32cf4bc930fc0b42aa7d8c3e0f8a8a2a.tar.gz freebsd-ports-gnome-d140ddca32cf4bc930fc0b42aa7d8c3e0f8a8a2a.tar.zst freebsd-ports-gnome-d140ddca32cf4bc930fc0b42aa7d8c3e0f8a8a2a.zip |
net/nsd Version update to verison 1.0.2 with fix
PR: ports/47113
Submitted by: Olafur Osvaldsson <oli@isnic.is>
Reviewed by: Alexis Yushin <alexis@NLnetLabs.nl>
Diffstat (limited to 'dns/nsd/files')
-rw-r--r-- | dns/nsd/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/nsd/files/patch-Makefile b/dns/nsd/files/patch-Makefile new file mode 100644 index 000000000000..28b6f2d4b74c --- /dev/null +++ b/dns/nsd/files/patch-Makefile @@ -0,0 +1,11 @@ +--- 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 + |