summaryrefslogtreecommitdiff
path: root/x11/xpad
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-06-14 15:22:41 +0000
committerkristerw <kristerw@pkgsrc.org>2004-06-14 15:22:41 +0000
commit64712b885bc2bca98c435ff3c9291d0fbf289dd2 (patch)
tree2e7a9e594d7c121f656996cc0d0dc05fbdbe51df /x11/xpad
parent28c7a4a86a86fbcee227529f080cca56808f9e7b (diff)
downloadpkgsrc-64712b885bc2bca98c435ff3c9291d0fbf289dd2.tar.gz
Make sure the directories exists before trying to install in them.
Diffstat (limited to 'x11/xpad')
-rw-r--r--x11/xpad/distinfo3
-rw-r--r--x11/xpad/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/x11/xpad/distinfo b/x11/xpad/distinfo
index 9c0e1b40609..a613aa04a68 100644
--- a/x11/xpad/distinfo
+++ b/x11/xpad/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/10/03 09:35:38 xtraeme Exp $
+$NetBSD: distinfo,v 1.4 2004/06/14 15:22:41 kristerw Exp $
SHA1 (xpad-1.12.tar.bz2) = 39785fb183d61039383204352ba03c4ca4cb392d
Size (xpad-1.12.tar.bz2) = 238411 bytes
+SHA1 (patch-aa) = fc1afe577f64fbfeedb501f4dd87e59228473aff
diff --git a/x11/xpad/patches/patch-aa b/x11/xpad/patches/patch-aa
new file mode 100644
index 00000000000..831e1824fd3
--- /dev/null
+++ b/x11/xpad/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2004/06/14 15:22:41 kristerw Exp $
+
+--- images/Makefile.in.orig Wed Oct 1 21:09:15 2003
++++ images/Makefile.in Mon Jun 14 17:17:36 2004
+@@ -196,6 +196,7 @@
+ install-nobase_iconDATA: $(nobase_icon_DATA)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(icondir)
++ $(mkinstalldirs) $(DESTDIR)$(icondir)/hicolor/16x16/apps $(DESTDIR)$(icondir)/hicolor/22x22/apps $(DESTDIR)$(icondir)/hicolor/32x32/apps $(DESTDIR)$(icondir)/hicolor/48x48/apps $(DESTDIR)$(icondir)/hicolor/64x64/apps $(DESTDIR)$(icondir)/hicolor/96x96/apps $(DESTDIR)$(icondir)/hicolor/128x128/apps $(DESTDIR)$(icondir)/hicolor/scalable/apps
+ @list='$(nobase_icon_DATA)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ f="$$p"; \