freebsd-ports/dns/updatedd/files/patch-updatedd-wrapper-Makefile.in
Gabor Kovesdan ca4027f02e - Update to 2.6
- Update pkg-descr

PR:		ports/109297
Submitted by:	David Sze <dsze@alumni.uwaterloo.ca>
Approved by:	Jason DiCioccio <jd@ods.org> (maintainer),
		erwin (mentor, implicit)
2007-02-28 20:05:21 +00:00

12 lines
508 B
Text

--- updatedd-wrapper/Makefile.in.orig Fri Sep 15 10:19:07 2006
+++ updatedd-wrapper/Makefile.in Sun Feb 18 15:19:45 2007
@@ -466,8 +466,8 @@
install-data-local:
if test ! -e $(DESTDIR)$(sysconfdir)/$(conf); then \
$(INSTALL) -d $(DESTDIR)$(sysconfdir); \
- $(INSTALL) -m 600 updatedd-wrapper.conf $(DESTDIR)$(sysconfdir); \
fi
+ $(INSTALL) -m 600 updatedd-wrapper.conf $(DESTDIR)$(sysconfdir)/updatedd-wrapper.conf.sample
uninstall-local:
$(RM) $(DESTDIR)$(sysconfdir)/updatedd-wrapper.conf