summaryrefslogtreecommitdiff
path: root/wm/notion/patches/patch-pwm_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/notion/patches/patch-pwm_Makefile')
-rw-r--r--wm/notion/patches/patch-pwm_Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/wm/notion/patches/patch-pwm_Makefile b/wm/notion/patches/patch-pwm_Makefile
new file mode 100644
index 00000000000..63d1dacc600
--- /dev/null
+++ b/wm/notion/patches/patch-pwm_Makefile
@@ -0,0 +1,17 @@
+$NetBSD: patch-pwm_Makefile,v 1.1.1.1 2012/01/08 15:22:14 wiz Exp $
+
+Install config to example directory; will be installed
+with pkgsrc config framework.
+
+--- pwm/Makefile.orig 2011-10-29 18:19:21.000000000 +0000
++++ pwm/Makefile
+@@ -49,7 +49,7 @@ include $(TOPDIR)/build/rules.mk
+ ######################################
+
+ _install: executable_install
+- $(INSTALLDIR) $(DESTDIR)$(PWM_ETCDIR)
++ $(INSTALLDIR) $(DESTDIR)$(EXAMPLEDIR)
+ for i in $(ETC); do \
+- $(INSTALL) -m $(DATA_MODE) $$i $(DESTDIR)$(PWM_ETCDIR); \
++ $(INSTALL) -m $(DATA_MODE) $$i $(DESTDIR)$(EXAMPLEDIR); \
+ done