pkgsrc/inputmethod/uim/patches/patch-scm_Makefile.am
ryoon 6450a704a9 Bump PKGREVISION
Use loader.scm and installed-modules.scm from ${PREFIX}/etc/uim

They are changed by uim-module-manager during installation.
They should not be in ${PREFIX}/share.

I have changed hack for SunOS. My change may break SunOS build.
I will fix the breakage.
2014-04-20 06:40:00 +00:00

17 lines
554 B
Text

$NetBSD: patch-scm_Makefile.am,v 1.1 2014/04/20 06:40:00 ryoon Exp $
https://github.com/uim/uim/pull/41
--- scm/Makefile.am.orig 2013-06-30 04:26:20.000000000 +0000
+++ scm/Makefile.am
@@ -1,8 +1,9 @@
scmdir = $(pkgdatadir)
+uimconfdir = $(sysconfdir)/uim
MOSTLYCLEANFILES = $(GENERATED_SCM_FILES)
dist_scm_DATA = $(SCM_FILES)
-scm_DATA = $(GENERATED_SCM_FILES)
+uimconf_DATA = $(GENERATED_SCM_FILES)
GENERATED_SCM_FILES = installed-modules.scm loader.scm
SCM_FILES = plugin.scm im.scm im-custom.scm lazy-load.scm init.scm \
im-switcher.scm \