22 lines
880 B
Plaintext
22 lines
880 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.2 2009/08/18 21:59:10 jakob Exp $
|
|
--- Makefile.in.orig Mon Jul 13 10:41:41 2009
|
|
+++ Makefile.in Tue Aug 18 15:03:53 2009
|
|
@@ -318,8 +318,6 @@ nsd.conf.sample: $(srcdir)/nsd.conf.samp
|
|
install: all
|
|
$(INSTALL) -d $(DESTDIR)$(sbindir)
|
|
$(INSTALL) -d $(DESTDIR)$(configdir)
|
|
- $(INSTALL) -d $(DESTDIR)$(piddir)
|
|
- $(INSTALL) -d $(DESTDIR)$(dbdir)
|
|
$(INSTALL) -d $(DESTDIR)$(mandir)
|
|
$(INSTALL) -d $(DESTDIR)$(mandir)/man8
|
|
$(INSTALL) -d $(DESTDIR)$(mandir)/man5
|
|
@@ -347,7 +345,7 @@ uninstall:
|
|
rm -f -- $(DESTDIR)$(mandir)/man8/nsd-checkconf.8 $(DESTDIR)$(mandir)/man8/nsd-patch.8
|
|
rm -f -- $(DESTDIR)$(pidfile) $(DESTDIR)$(dbfile)
|
|
@echo
|
|
- @echo "You still need to remove $(DESTDIR)$(configdir), $(DESTDIR)$(piddir), $(DESTDIR)$(dbdir) directory by hand."
|
|
+ @echo "You still need to remove $(DESTDIR)$(configdir) directory by hand."
|
|
|
|
test:
|
|
|