pkgsrc-wip/powerdns-recursor/patches/patch-aa
Ondrej Tuma 4c05265546 The PowerDNS recursor is part of the source tarball of the main PowerDNS
distribution, but it is released separately. Starting from the version 3.0
pre-releases, there are zero known bugs or issues with the recursor. It is
known to power the resolving needs of over 2 million internet connections.

PowerDNS recursor can gets names from /etc/hosts.
2006-08-15 13:15:00 +00:00

31 lines
1.1 KiB
Text

$NetBSD: patch-aa,v 1.1.1.1 2006/08/15 13:15:00 ondratu Exp $
--- Makefile.orig 2006-06-25 14:09:32.000000000 +0200
+++ Makefile
@@ -1,7 +1,7 @@
# user editable stuff:
-SBINDIR=/usr/sbin/
-BINDIR=/usr/bin/
-CONFIGDIR="/etc/powerdns/"
+SBINDIR=$(PREFIX)/sbin
+BINDIR=$(PREFIX)/bin
+CONFIGDIR="$(PREFIX)/etc/"
OPTFLAGS?=-O3
CXXFLAGS:= $(CXXFLAGS) -Wall $(OPTFLAGS) $(PROFILEFLAGS)
CFLAGS:=$(CFLAGS) -Wall $(OPTFLAGS) $(PROFILEFLAGS)
@@ -59,10 +59,11 @@ install: all
mv rec_control $(DESTDIR)/$(BINDIR)
strip $(DESTDIR)/$(BINDIR)/rec_control
-mkdir -p $(DESTDIR)/$(CONFIGDIR)
- $(DESTDIR)/$(SBINDIR)/pdns_recursor --config > $(DESTDIR)/$(CONFIGDIR)/recursor.conf-dist
- -mkdir -p $(DESTDIR)/usr/share/man/man1
- cp pdns_recursor.1 rec_control.1 $(DESTDIR)/usr/share/man/man1
- $(OS_SPECIFIC_INSTALL)
+ -mkdir -p $(DESTDIR)/$(EGDIR)
+ $(DESTDIR)/$(SBINDIR)/pdns_recursor --config > $(EGDIR)/recursor.conf-dist
+ -mkdir -p $(PREFIX)/$(PKGMANDIR)/man1
+ cp pdns_recursor.1 rec_control.1 $(PREFIX)/$(PKGMANDIR)/man1
+ #$(OS_SPECIFIC_INSTALL)
clean:
-rm -f dep *.o *~ pdns_recursor rec_control optional/*.o