1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/dns/sheerdns/files/patch-Makefile
Pav Lucistnik 6b94e4d349 Add sheerdns, a master DNS server whose zone records are stored on a
One-Record-Per-File bases. Because of this, sheerdns is the simplest of any DNS
to configure, the easiest to update, and the most efficient for networks that
experience a lot of updates (for example master servers for dynamic IP address
ranges).

PR:		ports/67241
Submitted by:	<bkhl@elektrubadur.se>
2004-06-02 19:18:22 +00:00

20 lines
488 B
Plaintext

--- Makefile.orig Sat Apr 12 10:04:41 2003
+++ Makefile Wed Jun 2 21:10:14 2004
@@ -1,5 +1,5 @@
-CFLAGS=-Wall -g -O0 -ansi -pedantic
+CFLAGS+=-Wall -ansi -pedantic
SRCS=$(wildcard *.c)
@@ -26,7 +26,6 @@
groff -Tps -mandoc sheerdns.8 > sheerdns.ps
install: all
- install sheerdnshash sheerdns /usr/sbin/
- install sheerdns.8 /usr/share/man/man8/
- install sheerdns.8 /usr/man/man8/
+ install sheerdnshash sheerdns ${PREFIX}/sbin/
+ install sheerdns.8 ${MANPREFIX}/man/man8/