From 0383944715799010c7d01921ab91fc02ab319513 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 16 Feb 2009 19:12:00 +0000 Subject: DESTDIR support --- ham/tfkiss/patches/patch-ae | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ham/tfkiss/patches/patch-ae (limited to 'ham/tfkiss/patches/patch-ae') diff --git a/ham/tfkiss/patches/patch-ae b/ham/tfkiss/patches/patch-ae new file mode 100644 index 00000000000..293b963f465 --- /dev/null +++ b/ham/tfkiss/patches/patch-ae @@ -0,0 +1,17 @@ +$NetBSD: patch-ae,v 1.1 2009/02/16 19:19:01 joerg Exp $ + +--- examples/Makefile.in.orig 2009-02-16 20:16:44.000000000 +0100 ++++ examples/Makefile.in +@@ -15,10 +15,10 @@ CFGS = tfkiss.ini tfkiss.cfg + all: + + install: +- $(MKDIR) ${tfkiss_conf_dir} ++ $(MKDIR) ${DESTDIR}${tfkiss_conf_dir} + @for i in $(CFGS); \ + do \ +- $(INSTALL_DATA) $$i ${tfkiss_conf_dir}; \ ++ $(INSTALL_DATA) $$i ${DESTDIR}${tfkiss_conf_dir}; \ + done; + + clean: -- cgit v1.2.3