diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-12 22:19:25 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-12 22:19:25 +0000 |
commit | 894968f308a7bb91d4e33cf9fc283ff22c26dbda (patch) | |
tree | 5f9ccb59617360727fc6d404f275e361f3180860 /net/nsd/files | |
parent | Upgrade to DAT version 4247 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=75393
Diffstat (limited to 'net/nsd/files')
-rw-r--r-- | net/nsd/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/nsd/files/patch-Makefile b/net/nsd/files/patch-Makefile new file mode 100644 index 000000000000..28b6f2d4b74c --- /dev/null +++ b/net/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 + |