diff options
Diffstat (limited to 'wm/openbox/patches/patch-aa')
-rw-r--r-- | wm/openbox/patches/patch-aa | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/wm/openbox/patches/patch-aa b/wm/openbox/patches/patch-aa index 97d386436fc..6be57cf213e 100644 --- a/wm/openbox/patches/patch-aa +++ b/wm/openbox/patches/patch-aa @@ -1,13 +1,20 @@ -$NetBSD: patch-aa,v 1.2 2002/12/26 01:48:33 wiz Exp $ +$NetBSD: patch-aa,v 1.3 2003/12/18 09:57:27 wiz Exp $ ---- doc/Makefile.in.orig Sun Dec 15 08:03:11 2002 -+++ doc/Makefile.in -@@ -132,7 +132,7 @@ target_alias = @target_alias@ +--- Makefile.in.orig 2003-10-27 12:47:51.000000000 -0800 ++++ Makefile.in 2003-11-11 14:29:45.000000000 -0800 +@@ -2725,12 +2725,12 @@ + nodist_rcDATA_INSTALL = $(INSTALL_DATA) + install-nodist_rcDATA: $(nodist_rc_DATA) + @$(NORMAL_INSTALL) +- $(mkinstalldirs) $(DESTDIR)$(rcdir) ++ $(mkinstalldirs) $(datadir)/examples/openbox + @list='$(nodist_rc_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ +- echo " $(nodist_rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f"; \ +- $(nodist_rcDATA_INSTALL) $$d$$p $(DESTDIR)$(rcdir)/$$f; \ ++ echo " $(nodist_rcDATA_INSTALL) $$d$$p $(datadir)/examples/openbox/$$f"; \ ++ $(nodist_rcDATA_INSTALL) $$d$$p $(datadir)/examples/openbox/$$f; \ + done - CLEANFILES = openbox.1 - MAINTAINERCLEANFILES = Makefile.in --man_MANS = openbox.1 bsetroot.1 bsetbg.1 $(XFTMAN) -+man_MANS = openbox.1 $(XFTMAN) - SUBDIRS = - - DEFAULT_MENU = $(pkgdatadir)/menu + uninstall-nodist_rcDATA: |