summaryrefslogtreecommitdiff
path: root/ham/tfkiss/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'ham/tfkiss/patches/patch-ad')
-rw-r--r--ham/tfkiss/patches/patch-ad17
1 files changed, 17 insertions, 0 deletions
diff --git a/ham/tfkiss/patches/patch-ad b/ham/tfkiss/patches/patch-ad
new file mode 100644
index 00000000000..a6a26ef39bc
--- /dev/null
+++ b/ham/tfkiss/patches/patch-ad
@@ -0,0 +1,17 @@
+$NetBSD: patch-ad,v 1.1 2009/02/16 19:19:01 joerg Exp $
+
+--- doc/Makefile.in.orig 2009-02-16 20:15:37.000000000 +0100
++++ doc/Makefile.in
+@@ -15,10 +15,10 @@ DOCS = alas.eng alas.txt copyrght.txt rf
+ all:
+
+ install:
+- $(MKDIR) ${tfkiss_doc_dir}
++ $(MKDIR) ${DESTDIR}${tfkiss_doc_dir}
+ @for i in $(DOCS); \
+ do \
+- $(INSTALL_DATA) $$i ${tfkiss_doc_dir}; \
++ $(INSTALL_DATA) $$i ${DESTDIR}${tfkiss_doc_dir}; \
+ done;
+
+ clean: