openbsd-ports/x11/xfe/patches/patch-Makefile_in
ajacoutot c1be62a735 - minor update to version 1.19.2
adds support for the 7zip archive format, some minor bugs have been
fixed and translations were updated
2008-08-20 08:43:24 +00:00

19 lines
741 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.7 2008/08/20 08:43:24 ajacoutot Exp $
--- Makefile.in.orig Fri Aug 1 10:49:57 2008
+++ Makefile.in Sat Aug 16 14:52:56 2008
@@ -378,12 +378,11 @@ uninstall-iconDATA:
done
install-rcDATA: $(rc_DATA)
@$(NORMAL_INSTALL)
- test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
@list='$(rc_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
- echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \
- $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \
+ echo " $(rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(prefix)/share/xfe/$$f'"; \
+ $(rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)/$(prefix)/share/xfe/$$f"; \
done
uninstall-rcDATA: