summaryrefslogtreecommitdiff
path: root/ham/tfkiss/patches/patch-ae
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-16 19:12:00 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-16 19:12:00 +0000
commit0383944715799010c7d01921ab91fc02ab319513 (patch)
tree950deea6baa27e406e7f6b0af1d43dbd2fd05113 /ham/tfkiss/patches/patch-ae
parent9dcdc95ae158b05d6e1c8878f08cc237ef6bb8ed (diff)
downloadpkgsrc-0383944715799010c7d01921ab91fc02ab319513.tar.gz
DESTDIR support
Diffstat (limited to 'ham/tfkiss/patches/patch-ae')
-rw-r--r--ham/tfkiss/patches/patch-ae17
1 files changed, 17 insertions, 0 deletions
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: