mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
ca4027f02e
- 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)
13 lines
508 B
Plaintext
13 lines
508 B
Plaintext
--- 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
|