freebsd-ports/sysutils/freeipmi/files/patch-fish-Makefile.in
Norikatsu Shigemura 8809048765 Add freeipmi 0.1.3, library and tools to support
IPMI-capable hardware.

PR:		ports/73249
Submitted by:	Dmitry Frolov <frol@nov.net>
2004-12-23 10:55:45 +00:00

13 lines
585 B
Text

--- fish/Makefile.in.orig Sat Oct 9 11:24:50 2004
+++ fish/Makefile.in Thu Oct 21 02:02:55 2004
@@ -198,8 +198,8 @@
@list='$(Defconf_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " $(DefconfDATA_INSTALL) $$d$$p $(DESTDIR)$(Defconfdir)/$$f"; \
- $(DefconfDATA_INSTALL) $$d$$p $(DESTDIR)$(Defconfdir)/$$f; \
+ echo " $(DefconfDATA_INSTALL) $$d$$p $(DESTDIR)$(Defconfdir)/$$f-dist"; \
+ $(DefconfDATA_INSTALL) $$d$$p $(DESTDIR)$(Defconfdir)/$$f-dist; \
done
uninstall-DefconfDATA: