summaryrefslogtreecommitdiff
path: root/wm/pekwm/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'wm/pekwm/patches/patch-ac')
-rw-r--r--wm/pekwm/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/wm/pekwm/patches/patch-ac b/wm/pekwm/patches/patch-ac
deleted file mode 100644
index 77ea02cdd99..00000000000
--- a/wm/pekwm/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2003/06/14 11:22:41 jmmv Exp $
-
---- data/themes/Makefile.in.orig 2003-06-14 12:42:00.000000000 +0200
-+++ data/themes/Makefile.in
-@@ -24,7 +24,7 @@ install: all
- mkdir -p $(DESTDIR)$(DATADIR)
- for i in ${THEMES}; do \
- mkdir -p $(DESTDIR)$(DATADIR)/themes/$$i; \
-- ( cd $$i; tar -cf - . | ( cd $(DESTDIR)$(DATADIR)/themes/$$i; tar -xf - )); \
-+ ( cd $$i; tar -cf - . | ( cd $(DESTDIR)$(DATADIR)/themes/$$i; tar -xmf - )); \
- rm -rf $(DESTDIR)$(DATADIR)/themes/$$i/CVS; \
- done
-