summaryrefslogtreecommitdiff
path: root/wm/notion/patches/patch-build_rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'wm/notion/patches/patch-build_rules.mk')
-rw-r--r--wm/notion/patches/patch-build_rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/wm/notion/patches/patch-build_rules.mk b/wm/notion/patches/patch-build_rules.mk
new file mode 100644
index 00000000000..7d263b68eac
--- /dev/null
+++ b/wm/notion/patches/patch-build_rules.mk
@@ -0,0 +1,19 @@
+$NetBSD: patch-build_rules.mk,v 1.1.1.1 2012/01/08 15:22:14 wiz Exp $
+
+Install lua config files to example directory; installed to proper
+location via pkgsrc config framework.
+
+--- build/rules.mk.orig 2011-10-29 18:19:21.000000000 +0000
++++ build/rules.mk
+@@ -220,9 +220,9 @@ lc_install:
+ done
+
+ etc_install:
+- $(INSTALLDIR) $(DESTDIR)$(ETCDIR)
++ $(INSTALLDIR) $(DESTDIR)$(EXAMPLEDIR)
+ for i in $(ETC); do \
+- $(INSTALL) -m $(DATA_MODE) $$i $(DESTDIR)$(ETCDIR); \
++ $(INSTALL) -m $(DATA_MODE) $$i $(DESTDIR)$(EXAMPLEDIR); \
+ done
+
+ # Dependencies