mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
6b94e4d349
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>
20 lines
488 B
Plaintext
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/
|
|
|