diff options
Diffstat (limited to 'wm/openbox/patches/patch-aa')
-rw-r--r-- | wm/openbox/patches/patch-aa | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/wm/openbox/patches/patch-aa b/wm/openbox/patches/patch-aa index 5e4802b6928..6d372f11733 100644 --- a/wm/openbox/patches/patch-aa +++ b/wm/openbox/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2007/06/08 13:32:00 wiz Exp $ +$NetBSD: patch-aa,v 1.7 2009/02/16 12:04:01 wiz Exp $ ---- Makefile.in.orig 2007-06-05 16:06:37.000000000 +0000 +--- Makefile.in.orig 2008-04-23 15:18:43.000000000 +0000 +++ Makefile.in -@@ -409,7 +409,7 @@ target_alias = @target_alias@ +@@ -471,7 +471,7 @@ target_alias = @target_alias@ SUBDIRS = m4 po docxbmdir = $(docdir)/xbm themedir = $(datadir)/themes @@ -11,19 +11,19 @@ $NetBSD: patch-aa,v 1.6 2007/06/08 13:32:00 wiz Exp $ rcdir = $(configdir)/openbox xsessionsdir = $(datadir)/xsessions gnomewmfilesdir = $(datadir)/gnome/wm-properties -@@ -2118,12 +2118,12 @@ uninstall-dist_pixmapDATA: +@@ -3101,12 +3101,12 @@ uninstall-dist_pixmapDATA: done install-dist_rcDATA: $(dist_rc_DATA) @$(NORMAL_INSTALL) - test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)" -+ $(mkinstalldirs) $(datadir)/examples/openbox ++ $(mkinstalldirs) $(DESTDIR)$(datadir)/examples/openbox @list='$(dist_rc_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ - echo " $(dist_rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rcdir)/$$f'"; \ - $(dist_rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rcdir)/$$f"; \ -+ echo " $(dist_rcDATA_INSTALL) '$$d$$p' '$(datadir)/examples/openbox/$$f'"; \ -+ $(dist_rcDATA_INSTALL) "$$d$$p" "$(datadir)/examples/openbox/$$f"; \ ++ echo " $(dist_rcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(datadir)/examples/openbox/$$f'"; \ ++ $(dist_rcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(datadir)/examples/openbox/$$f"; \ done uninstall-dist_rcDATA: |