summaryrefslogtreecommitdiff
path: root/security/opensc
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2015-09-07 20:00:09 +0000
committergdt <gdt@pkgsrc.org>2015-09-07 20:00:09 +0000
commitcaaddc7f1f07a2bc94c0fe699c658d980b350097 (patch)
treebf8e8cb45840fd15254c10fba438ae5c3ef724a5 /security/opensc
parentca97a9180bc5da2477b4f81866e3cb5d7522250d (diff)
downloadpkgsrc-caaddc7f1f07a2bc94c0fe699c658d980b350097.tar.gz
Add patch that belongs in last commit
Diffstat (limited to 'security/opensc')
-rw-r--r--security/opensc/patches/patch-doc_tools_Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/opensc/patches/patch-doc_tools_Makefile.am b/security/opensc/patches/patch-doc_tools_Makefile.am
new file mode 100644
index 00000000000..86f5231bd65
--- /dev/null
+++ b/security/opensc/patches/patch-doc_tools_Makefile.am
@@ -0,0 +1,17 @@
+$NetBSD: patch-doc_tools_Makefile.am,v 1.1 2015/09/07 20:00:09 gdt Exp $
+
+These files are interpreted as config files by the pkgsrc framework,
+and there's no agreed-upon place to put them. For now, just skip
+installing them. Not reported upstream.
+
+--- doc/tools/Makefile.am.orig 2015-05-16 20:30:24.000000000 +0000
++++ doc/tools/Makefile.am
+@@ -10,7 +10,7 @@ man1_MANS = $(patsubst $(srcdir)/%.xml,
+ man5_MANS = $(patsubst $(srcdir)/%.xml, %, $(wildcard $(srcdir)/*.5.xml))
+ endif
+
+-completion_DATA = $(patsubst $(srcdir)/%.1.xml, %, $(wildcard $(srcdir)/*.1.xml))
++#completion_DATA = $(patsubst $(srcdir)/%.1.xml, %, $(wildcard $(srcdir)/*.1.xml))
+ completiondir = $(sysconfdir)/bash_completion.d
+
+ tools.html: $(srcdir)/tools.xml $(wildcard $(srcdir)/*.1.xml) $(wildcard $(srcdir)/*.5.xml)