pkgsrc/ham/tfkiss/patches/patch-ad
2009-02-16 19:12:00 +00:00

17 lines
431 B
Text

$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: